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
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>