Capitalization of security key and phrase (#10158)

This commit is contained in:
Suguru Hirahara 2023-02-14 10:05:58 +00:00 committed by GitHub
parent ea4000cf1e
commit d3923c0b8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -621,7 +621,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent<IProp
<form onSubmit={this.onPassPhraseNextClick}>
<p>
{_t(
"Enter a security phrase only you know, as it's used to safeguard your data. " +
"Enter a Security Phrase only you know, as it's used to safeguard your data. " +
"To be secure, you shouldn't re-use your account password.",
)}
</p>