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,8 +27,8 @@ export default class VerificationComplete extends React.Component<IProps> {
|
|||
public render(): React.ReactNode {
|
||||
return (
|
||||
<div>
|
||||
<h2>{_t("Verified!")}</h2>
|
||||
<p>{_t("You've successfully verified this user.")}</p>
|
||||
<h2>{_t("encryption|verification|complete_title")}</h2>
|
||||
<p>{_t("encryption|verification|complete_description")}</p>
|
||||
<p>
|
||||
{_t(
|
||||
"Secure messages with this user are end-to-end encrypted and not able to be read by third parties.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue