From 60ad3003fec8e0bf43620e6c89348e48ca8d01ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Thu, 7 Jul 2022 10:00:27 +0200 Subject: [PATCH] Merge pull request #8627 from overleaf/ta-a-an-overleaf Fix Wording with appName Translations GitOrigin-RevId: 435719fa4428ffba06bc80db91bca2e6dcaf295f --- services/web/locales/en.json | 6 +++--- .../components/share-project-modal.test.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web/locales/en.json b/services/web/locales/en.json index e6b1ab4e99..76b142fd7e 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -684,7 +684,7 @@ "editor_resources": "Editor Resources", "checking": "Checking", "cannot_invite_self": "Can’t send invite to yourself", - "cannot_invite_non_user": "Can’t send invite. Recipient must already have a __appName__ account", + "cannot_invite_non_user": "Can’t send invite. Recipient must already have an __appName__ account", "log_in_with": "Log in with __provider__", "return_to_login_page": "Return to Login page", "login_failed": "Login failed", @@ -1031,7 +1031,7 @@ "user_wants_you_to_see_project": "__username__ would like you to join __projectname__", "join_sl_to_view_project": "Join __appName__ to view this project", "register_to_edit_template": "Please register to edit the __templateName__ template", - "already_have_sl_account": "Already have a __appName__ account?", + "already_have_sl_account": "Already have an __appName__ account?", "register": "Register", "password": "Password", "registering": "Registering", @@ -1356,7 +1356,7 @@ "move_to_annual_billing_now": "Move to annual billing now", "change_to_annual_billing_and_save": "Get <0>__percentage__ off with annual billing. If you switch now you’ll save <1>__yearlySaving__ per year.", "missing_template_question": "Missing Template?", - "tell_us_about_the_template": "If we are missing a template please either: Send us a copy of the template, a __appName__ url to the template or let us know where we can find the template. Also please let us know a little about the template for the description.", + "tell_us_about_the_template": "If we are missing a template please either: Send us a copy of the template, an __appName__ url to the template or let us know where we can find the template. Also please let us know a little about the template for the description.", "email_us": "Email us", "this_project_is_public_read_only": "This project is public and can be viewed but not edited by anyone with the URL", "tr": "Turkish", diff --git a/services/web/test/frontend/features/share-project-modal/components/share-project-modal.test.js b/services/web/test/frontend/features/share-project-modal/components/share-project-modal.test.js index fde6a57430..c81a6c5e7e 100644 --- a/services/web/test/frontend/features/share-project-modal/components/share-project-modal.test.js +++ b/services/web/test/frontend/features/share-project-modal/components/share-project-modal.test.js @@ -686,7 +686,7 @@ describe('', function () { await respondWithError('cannot_invite_non_user') await screen.findByText( - `Can’t send invite. Recipient must already have a Overleaf account` + `Can’t send invite. Recipient must already have an Overleaf account` ) await respondWithError('cannot_verify_user_not_robot')