Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammar mistake RU #988

Merged
merged 1 commit into from
Apr 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/i18n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
invalid_user_password: 'Неверный пароль.',
'lock.fallback': 'Произошла непредвиденная ошибка при попытке авторизации. Приносим свои извинения.',
'lock.invalid_code': 'Неверный код.',
'lock.invalid_email_password': 'Неверный адрес электронной почти или пароль.',
'lock.invalid_email_password': 'Неверный адрес электронной почты или пароль.',
'lock.invalid_username_password': 'Неверное имя пользователя или пароль.',
'lock.network': 'Нет доступа к серверу. Пожалуйста, проверьте подключение и повторите попытку.',
'lock.popup_closed': 'Всплывающее окно закрыто, попробуйте еще раз.',
Expand Down