From 4bdcd520dec8554c1882dd1a13f279e2ffc20f9a Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Wed, 9 Feb 2022 12:43:01 +0000 Subject: [PATCH] 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 --- services/web/app/views/user/confirm_email.pug | 3 +++ services/web/locales/en.json | 1 + 2 files changed, 4 insertions(+) diff --git a/services/web/app/views/user/confirm_email.pug b/services/web/app/views/user/confirm_email.pug index ec7956cfd3..9527785b26 100644 --- a/services/web/app/views/user/confirm_email.pug +++ b/services/web/app/views/user/confirm_email.pug @@ -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')} diff --git a/services/web/locales/en.json b/services/web/locales/en.json index a3d1c6ff1e..79682ceab2 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -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__ still your email address?", "yes_that_is_correct": "Yes, that’s correct",