Skip to content

Commit

Permalink
Update login.js
Browse files Browse the repository at this point in the history
Add row translate `invalidCredentials`
  • Loading branch information
blyamur authored Nov 23, 2024
1 parent 617246e commit 6d20bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/locales/ru-RU/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default {
common: {
emailOrUsername: 'E-mail или имя пользователя',
invalidEmailOrUsername: 'Неверный e-mail или имя пользователя',
invalidCredentials: 'Недействительные учетные данные',

Check failure on line 6 in client/src/locales/ru-RU/login.js

View workflow job for this annotation

GitHub Actions / setup

Delete `↹↹↹↹↹`
invalidPassword: 'Неверный пароль',
logInToPlanka: 'Вход в Planka',
noInternetConnection: 'Нет соединения',
Expand Down

0 comments on commit 6d20bbc

Please sign in to comment.