pull/21833/head
David Baker 2020-06-02 18:03:32 +01:00
parent 5624cf5ceb
commit 397b95c5fa
1 changed files with 3 additions and 1 deletions

View File

@ -509,7 +509,9 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
} else {
// if it's setting up from scratch then aborting leaves the user without
// crypto set up, so they skipping the setup.
cancelButton = <button type="button" className="danger" onClick={this._onSkipSetupClick}>{_t('Skip')}</button>;
cancelButton = <button type="button"
className="danger" onClick={this._onSkipSetupClick}
>{_t('Skip')}</button>;
}
return <div>