Merge pull request #8626 from overleaf/ta-register-copy

Change Copy of Login Link on Registration Page

GitOrigin-RevId: 55bad0b2f7fc3074c3db6fba025b5cc995569ff3
This commit is contained in:
Timothée Alby 2022-07-07 10:00:10 +02:00 committed by Copybot
parent c92278a8e5
commit 75a41e7f94
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@ block content
div
| #{translate("join_sl_to_view_project")}.
div
| #{translate("if_you_are_registered")},
| #{translate("already_have_sl_account")}
a(href="/login") #{translate("login_here")}
else if newTemplateData.templateName !== undefined
h1(ng-non-bindable) #{translate("register_to_edit_template", {templateName:newTemplateData.templateName})}

View file

@ -744,7 +744,6 @@
"log_hint_extra_feedback_incorrect": "This doesnt fix the error",
"log_hint_extra_feedback_other": "Other:",
"log_hint_extra_feedback_submit": "Submit",
"if_you_are_registered": "If you are already registered",
"stop_compile": "Stop compilation",
"terminated": "Compilation cancelled",
"compile_terminated_by_user": "The compile was cancelled using the Stop Compilation button. You can download the raw logs to see where the compile stopped.",