Simplify language Notifications

This commit is contained in:
the-djmaze 2024-03-01 01:39:00 +01:00
parent 5b3b362012
commit c1b7d37663
71 changed files with 1737 additions and 1740 deletions

View file

@ -120,7 +120,7 @@ export class LoginUserView extends AbstractViewLogin {
iError = Notifications.AuthError;
}
this.submitError(getNotification(iError, oData?.ErrorMessage,
Notifications.UnknownNotification));
Notifications.UnknownError));
this.submitErrorAdditional(oData?.ErrorMessageAdditional);
} else {
rl.setData(oData.Result);