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",