mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
926f69d331
commit
4bdcd520de
2 changed files with 4 additions and 0 deletions
|
@ -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')}
|
||||
|
|
|
@ -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, that’s correct",
|
||||
|
|
Loading…
Reference in a new issue