Cleanup and simplify i18n code

There's no need for I18N_NOTIFICATION_DATA and I18N_NOTIFICATION_MAP
Also bugfix: NEW_PASSWORD_FORBIDDENT => NEW_PASSWORD_FORBIDDEN
This commit is contained in:
djmaze 2021-01-04 12:08:41 +01:00
parent 950579c7f5
commit 0d13484cdc
20 changed files with 45 additions and 142 deletions

View file

@ -1112,7 +1112,7 @@ class ComposePopupView extends AbstractViewNext {
.waiting(false)
.uploading(false)
.complete(true)
.error(getUploadErrorDescByCode(UploadErrorCode.FileNoUploaded));
.error(getUploadErrorDescByCode(UploadErrorCode.NoFileUploaded));
}
});
}