mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
c92278a8e5
commit
75a41e7f94
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ block content
|
||||||
div
|
div
|
||||||
| #{translate("join_sl_to_view_project")}.
|
| #{translate("join_sl_to_view_project")}.
|
||||||
div
|
div
|
||||||
| #{translate("if_you_are_registered")},
|
| #{translate("already_have_sl_account")}
|
||||||
a(href="/login") #{translate("login_here")}
|
a(href="/login") #{translate("login_here")}
|
||||||
else if newTemplateData.templateName !== undefined
|
else if newTemplateData.templateName !== undefined
|
||||||
h1(ng-non-bindable) #{translate("register_to_edit_template", {templateName:newTemplateData.templateName})}
|
h1(ng-non-bindable) #{translate("register_to_edit_template", {templateName:newTemplateData.templateName})}
|
||||||
|
|
|
@ -744,7 +744,6 @@
|
||||||
"log_hint_extra_feedback_incorrect": "This doesn’t fix the error",
|
"log_hint_extra_feedback_incorrect": "This doesn’t fix the error",
|
||||||
"log_hint_extra_feedback_other": "Other:",
|
"log_hint_extra_feedback_other": "Other:",
|
||||||
"log_hint_extra_feedback_submit": "Submit",
|
"log_hint_extra_feedback_submit": "Submit",
|
||||||
"if_you_are_registered": "If you are already registered",
|
|
||||||
"stop_compile": "Stop compilation",
|
"stop_compile": "Stop compilation",
|
||||||
"terminated": "Compilation cancelled",
|
"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.",
|
"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.",
|
||||||
|
|
Loading…
Reference in a new issue