Translate app to English
This commit is contained in:
@@ -76,7 +76,7 @@ export class LoginPageComponent implements OnInit {
|
||||
if (e.status === 401) {
|
||||
this.ngZone$.run(() => {
|
||||
this.notifications$.add({
|
||||
text: "Użytkownik nie istnieje w bazie danych aplikacji DiunaBI.",
|
||||
text: "User not exists in DiunaBI database.",
|
||||
btn: "OK",
|
||||
duration: 15000
|
||||
});
|
||||
@@ -84,7 +84,7 @@ export class LoginPageComponent implements OnInit {
|
||||
} else {
|
||||
this.ngZone$.run(() => {
|
||||
this.notifications$.add({
|
||||
text: "Błąd połączenia z serwerem. Skontaktuj się z administratorem.",
|
||||
text: "DiunaBI server not responsed.",
|
||||
btn: "OK",
|
||||
duration: 15000
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user