diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 8a0d985a5..a5a36ebfb 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -11651,6 +11651,48 @@ + + passwordresetvalidatesuccess + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + passwordresetvalidatesuccess_sub + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + passwordsdonotmatch false @@ -11819,6 +11861,27 @@ + + signin + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + sunday false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index fc8fc5e5a..f5420a800 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -753,6 +753,8 @@ "password": "Password", "passwordresetsuccess": "A password reset link has been sent to you.", "passwordresetsuccess_sub": "You should receive this email in the next few minutes. Please check your email including any junk or spam folders. ", + "passwordresetvalidatesuccess": "Password successfully reset. ", + "passwordresetvalidatesuccess_sub": "You may now sign in again using your new password. ", "passwordsdonotmatch": "The passwords you have entered do not match.", "print": "Print", "required": "Required", @@ -761,6 +763,7 @@ "selectdate": "Select date...", "sendagain": "Send Again", "sendby": "Send By", + "signin": "Sign In", "sunday": "Sunday", "text": "Text", "thursday": "Thursday", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index a28b9ec70..7b29c217d 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -753,6 +753,8 @@ "password": "", "passwordresetsuccess": "", "passwordresetsuccess_sub": "", + "passwordresetvalidatesuccess": "", + "passwordresetvalidatesuccess_sub": "", "passwordsdonotmatch": "", "print": "", "required": "", @@ -761,6 +763,7 @@ "selectdate": "", "sendagain": "", "sendby": "", + "signin": "", "sunday": "", "text": "", "thursday": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index d735e7970..1920dd9a9 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -753,6 +753,8 @@ "password": "", "passwordresetsuccess": "", "passwordresetsuccess_sub": "", + "passwordresetvalidatesuccess": "", + "passwordresetvalidatesuccess_sub": "", "passwordsdonotmatch": "", "print": "", "required": "", @@ -761,6 +763,7 @@ "selectdate": "", "sendagain": "", "sendby": "", + "signin": "", "sunday": "", "text": "", "thursday": "",