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
|
@ -117,7 +117,7 @@ const EncryptionInfo: React.FC<IProps> = ({
|
|||
"For extra security, verify this user by checking a one-time code on both of your devices.",
|
||||
)}
|
||||
</p>
|
||||
<p>{_t("To be secure, do this in person or use a trusted way to communicate.")}</p>
|
||||
<p>{_t("encryption|verification|in_person")}</p>
|
||||
{content}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue