From fe35f5932cb7e358d6052019dbe0c82aec673999 Mon Sep 17 00:00:00 2001 From: doomsower Date: Mon, 21 Aug 2023 20:46:27 -0400 Subject: [PATCH] fix: reset request form error --- src/mobile/en/mobile.json | 3 +++ src/mobile/ru/mobile.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/mobile/en/mobile.json b/src/mobile/en/mobile.json index 15a76c5..8ec0b33 100644 --- a/src/mobile/en/mobile.json +++ b/src/mobile/en/mobile.json @@ -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.", diff --git a/src/mobile/ru/mobile.json b/src/mobile/ru/mobile.json index 69e41a8..2746e45 100644 --- a/src/mobile/ru/mobile.json +++ b/src/mobile/ru/mobile.json @@ -208,6 +208,9 @@ "not_found": "Пользователя с таким e-mail не существует", "send_failed": "Не получилось отправить e-mail. Попробуйте позже." }, + "form": { + "not_local": "Этот пользователь зарегистрирован через соцсети" + }, "goBack": "Назад", "submit": "Отправить!", "success": "Успех! Проверьте свой e-mail.",