Standardise sane capitalisation in verification modal (#9198)
This commit is contained in:
parent
80d0159150
commit
3461573df9
2 changed files with 4 additions and 4 deletions
|
@ -58,10 +58,10 @@ const UntrustedDeviceDialog: React.FC<IProps> = ({ device, user, onFinished }) =
|
|||
</div>
|
||||
<div className='mx_Dialog_buttons'>
|
||||
<AccessibleButton kind="primary_outline" onClick={() => onFinished("legacy")}>
|
||||
{ _t("Manually Verify by Text") }
|
||||
{ _t("Manually verify by text") }
|
||||
</AccessibleButton>
|
||||
<AccessibleButton kind="primary_outline" onClick={() => onFinished("sas")}>
|
||||
{ _t("Interactively verify by Emoji") }
|
||||
{ _t("Interactively verify by emoji") }
|
||||
</AccessibleButton>
|
||||
<AccessibleButton kind="primary" onClick={() => onFinished(false)}>
|
||||
{ _t("Done") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue