Add placeholder to security phrase input
This commit is contained in:
parent
65febd24eb
commit
648c0c28c2
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent {
|
|||
value={this.state.passPhrase}
|
||||
autoFocus={true}
|
||||
autoComplete="new-password"
|
||||
placeholder={_t("Security Phrase")}
|
||||
/>
|
||||
{keyStatus}
|
||||
<DialogButtons
|
||||
|
|
Loading…
Reference in a new issue