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:
Ekaterina Gerasimova 2021-10-18 12:29:20 +01:00 committed by Kat Gerasimova
parent 4f3d761984
commit 695e110794
2 changed files with 2 additions and 2 deletions

View file

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