diff --git a/src/app/components/login/i18n/en.json b/src/app/components/login/i18n/en.json index ac68120..9a09f9c 100644 --- a/src/app/components/login/i18n/en.json +++ b/src/app/components/login/i18n/en.json @@ -4,5 +4,6 @@ "LOGIN_BUTTON_LABEL": "Log in", "VALIDATION_ERRORS": { "EMPTY_VALUE": "Please, provide non-empty value" - } + }, + "INVALID_CREDS": "Login or password are incorrect" } \ No newline at end of file diff --git a/src/app/components/login/i18n/ru.json b/src/app/components/login/i18n/ru.json index 46fe596..1c028ea 100644 --- a/src/app/components/login/i18n/ru.json +++ b/src/app/components/login/i18n/ru.json @@ -4,5 +4,6 @@ "LOGIN_BUTTON_LABEL": "Войти", "VALIDATION_ERRORS": { "EMPTY_VALUE": "Пожалуйста, укажите непустое значение" - } + }, + "INVALID_CREDS": "Неверный логин или пароль" } \ No newline at end of file diff --git a/src/app/components/login/login.component.html b/src/app/components/login/login.component.html index 41e8809..16d12c8 100644 --- a/src/app/components/login/login.component.html +++ b/src/app/components/login/login.component.html @@ -1,5 +1,5 @@