Standardise sane capitalisation in verification modal (#9198)

This commit is contained in:
Michael Telatynski 2022-08-17 14:05:20 +01:00 committed by GitHub
parent 80d0159150
commit 3461573df9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -58,10 +58,10 @@ const UntrustedDeviceDialog: React.FC<IProps> = ({ device, user, onFinished }) =
</div> </div>
<div className='mx_Dialog_buttons'> <div className='mx_Dialog_buttons'>
<AccessibleButton kind="primary_outline" onClick={() => onFinished("legacy")}> <AccessibleButton kind="primary_outline" onClick={() => onFinished("legacy")}>
{ _t("Manually Verify by Text") } { _t("Manually verify by text") }
</AccessibleButton> </AccessibleButton>
<AccessibleButton kind="primary_outline" onClick={() => onFinished("sas")}> <AccessibleButton kind="primary_outline" onClick={() => onFinished("sas")}>
{ _t("Interactively verify by Emoji") } { _t("Interactively verify by emoji") }
</AccessibleButton> </AccessibleButton>
<AccessibleButton kind="primary" onClick={() => onFinished(false)}> <AccessibleButton kind="primary" onClick={() => onFinished(false)}>
{ _t("Done") } { _t("Done") }

View file

@ -2867,8 +2867,8 @@
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) signed in to a new session without verifying it:", "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) signed in to a new session without verifying it:",
"Ask this user to verify their session, or manually verify it below.": "Ask this user to verify their session, or manually verify it below.", "Ask this user to verify their session, or manually verify it below.": "Ask this user to verify their session, or manually verify it below.",
"Not Trusted": "Not Trusted", "Not Trusted": "Not Trusted",
"Manually Verify by Text": "Manually Verify by Text", "Manually verify by text": "Manually verify by text",
"Interactively verify by Emoji": "Interactively verify by Emoji", "Interactively verify by emoji": "Interactively verify by emoji",
"Upload files (%(current)s of %(total)s)": "Upload files (%(current)s of %(total)s)", "Upload files (%(current)s of %(total)s)": "Upload files (%(current)s of %(total)s)",
"Upload files": "Upload files", "Upload files": "Upload files",
"Upload all": "Upload all", "Upload all": "Upload all",