fix i18n
This commit is contained in:
parent
deb0f902e3
commit
5c32b5b11a
2 changed files with 3 additions and 2 deletions
|
@ -181,7 +181,7 @@ const THEMES = [
|
|||
},
|
||||
{
|
||||
id: 'theme',
|
||||
label: 'Status.im theme',
|
||||
label: _td('Status.im theme'),
|
||||
value: 'status',
|
||||
},
|
||||
];
|
||||
|
|
|
@ -904,5 +904,6 @@
|
|||
"This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.",
|
||||
"The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.",
|
||||
"File to import": "File to import",
|
||||
"Import": "Import"
|
||||
"Import": "Import",
|
||||
"Status.im theme": "Status.im theme"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue