From 754ad5f40dd1bf347994032d81e0124240dd7ac0 Mon Sep 17 00:00:00 2001 From: June Kelly Date: Thu, 19 May 2022 09:16:36 +0100 Subject: [PATCH] Merge pull request #8011 from overleaf/jel-translate-message [web] Translate sentence GitOrigin-RevId: 99158eab6a810e9a04fc593d5ef1a6669be49311 --- services/web/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 7adfa5333c..9abc6a5506 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1739,5 +1739,6 @@ "all_our_group_plans_offer_educational_discount": "All of our <0>group plans offer an <1>educational discount for students and faculty", "unlink_dropbox_folder": "Unlink Dropbox Account", "unlink_dropbox_warning": "Any projects that you have synced with Dropbox will be disconnected and no longer kept in sync with Dropbox. Are you sure you want to unlink your Dropbox account?", - "group_plans_are_only_available_on_an_annual_billing_cycle": "Group plans are only available on an annual billing cycle" + "group_plans_are_only_available_on_an_annual_billing_cycle": "Group plans are only available on an annual billing cycle", + "email_or_password_wrong_try_again_or_reset": "Your email or password is incorrect. Please try again, or <0>set or reset your password." }