Merge pull request #6604 from overleaf/msm-jpa-add-go-to-settings-email-confirmation

Added "go to settings" button in email confirmation page

GitOrigin-RevId: 4449f05e9934fdb09ca07804171881b04f3e8bdb
This commit is contained in:
Jakob Ackermann 2022-02-09 12:43:01 +00:00 committed by Copybot
parent 926f69d331
commit 4bdcd520de
2 changed files with 4 additions and 0 deletions

View file

@ -36,3 +36,6 @@ block content
div(hidden data-ol-sent)
.alert.alert-success
| #{translate('thank_you_email_confirmed')}
div.text-center
a.btn.btn-primary(href="/user/settings")
| #{translate('go_to_account_settings')}

View file

@ -1566,6 +1566,7 @@
"search_regexp": "regexp",
"search_replace": "replace",
"search_replace_all": "replace all",
"go_to_account_settings": "Go to Account Settings",
"keep_your_account_safe": "Keep your account safe",
"primary_email_check_question": "Is <0>__email__</0> still your email address?",
"yes_that_is_correct": "Yes, thats correct",