mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Cleanup and deduplicate languages
This commit is contained in:
parent
67db19ec80
commit
a28b5c2b6c
52 changed files with 1124 additions and 2030 deletions
|
|
@ -171,7 +171,7 @@ class AppUser extends AbstractApp {
|
|||
MessageStore.messageList([]);
|
||||
MessageStore.messageListLoading(false);
|
||||
MessageStore.messageListError(
|
||||
oData && oData.ErrorCode ? getNotification(oData.ErrorCode) : i18n('NOTIFICATIONS/CANT_GET_MESSAGE_LIST')
|
||||
getNotification((oData && oData.ErrorCode) || Notification.CantGetMessageList)
|
||||
);
|
||||
}
|
||||
},
|
||||
|
|
@ -920,7 +920,7 @@ class AppUser extends AbstractApp {
|
|||
this.bootend();
|
||||
showScreenPopup(require('View/Popup/TwoFactorConfiguration'), [true]);
|
||||
} else {
|
||||
rl.setWindowTitle(i18n('TITLES/LOADING'));
|
||||
rl.setWindowTitle(i18n('GLOBAL/LOADING'));
|
||||
|
||||
// require.ensure([], function() { // require code splitting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue