Improve capitalisation in string
Remove random mid-sentence capitalisation in Security Phrase dialog. The dialog will change at some point but for now lets make it more human readable. Fixes #19429
This commit is contained in:
committed by
Kat Gerasimova
parent
4f3d761984
commit
695e110794
@@ -334,7 +334,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
|
||||
|
||||
content = <div>
|
||||
<p>{ _t(
|
||||
"Enter your Security Phrase or <button>Use your Security Key</button> to continue.", {},
|
||||
"Enter your Security Phrase or <button>use your Security Key</button> to continue.", {},
|
||||
{
|
||||
button: s => <AccessibleButton className="mx_linkButton"
|
||||
element="span"
|
||||
|
||||
Reference in New Issue
Block a user