mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 11:11:56 +00:00
Merge pull request #8627 from overleaf/ta-a-an-overleaf
Fix Wording with appName Translations GitOrigin-RevId: 435719fa4428ffba06bc80db91bca2e6dcaf295f
This commit is contained in:
parent
75a41e7f94
commit
22e24b1763
2 changed files with 4 additions and 4 deletions
|
@ -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__</0> off with annual billing. If you switch now you’ll save <1>__yearlySaving__</1> 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",
|
||||
|
|
|
@ -686,7 +686,7 @@ describe('<ShareProjectModal/>', 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')
|
||||
|
|
Loading…
Add table
Reference in a new issue