mirror of https://github.com/vector-im/riot-web
fix i18n
parent
deb0f902e3
commit
5c32b5b11a
|
@ -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 New Issue