Skip to content

Commit

Permalink
fix: reset request form error
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Aug 22, 2023
1 parent d475fb5 commit fe35f59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mobile/en/mobile.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@
"not_found": "Cannot find user with this e-mail",
"send_failed": "Couldn't send an e-mail. Please try again."
},
"form": {
"not_local": "User registered via social authentication"
},
"goBack": "Go back",
"submit": "Send!",
"success": "Success! Please check your e-mail.",
Expand Down
3 changes: 3 additions & 0 deletions src/mobile/ru/mobile.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@
"not_found": "Пользователя с таким e-mail не существует",
"send_failed": "Не получилось отправить e-mail. Попробуйте позже."
},
"form": {
"not_local": "Этот пользователь зарегистрирован через соцсети"
},
"goBack": "Назад",
"submit": "Отправить!",
"success": "Успех! Проверьте свой e-mail.",
Expand Down

0 comments on commit fe35f59

Please sign in to comment.