Migrate more strings to translation keys (#11574)
This commit is contained in:
parent
3201ae3534
commit
36a7a96e0e
72 changed files with 6593 additions and 6152 deletions
|
@ -27,7 +27,7 @@ export default class VerificationCancelled extends React.Component<IProps> {
|
|||
public render(): React.ReactNode {
|
||||
return (
|
||||
<div>
|
||||
<p>{_t("The other party cancelled the verification.")}</p>
|
||||
<p>{_t("encryption|verification|other_party_cancelled")}</p>
|
||||
<DialogButtons
|
||||
primaryButton={_t("action|ok")}
|
||||
hasCancel={false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue