This commit is contained in:
Matthew Hodgson 2017-10-26 02:10:03 +01:00
parent deb0f902e3
commit 5c32b5b11a
2 changed files with 3 additions and 2 deletions

View file

@ -181,7 +181,7 @@ const THEMES = [
},
{
id: 'theme',
label: 'Status.im theme',
label: _td('Status.im theme'),
value: 'status',
},
];

View file

@ -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"
}