diff --git a/services/web/app/views/user/reconfirm.pug b/services/web/app/views/user/reconfirm.pug index f98593b22b..6fca34e5b0 100644 --- a/services/web/app/views/user/reconfirm.pug +++ b/services/web/app/views/user/reconfirm.pug @@ -40,5 +40,5 @@ block content button.btn.btn-primary( type='submit', ng-disabled="reconfirmAccountForm.$invalid" - aria-label=translate('request_reconfirmation_email') - ) #{translate('request_reconfirmation_email')} + aria-label=translate('request_password_reset_to_reconfirm') + ) #{translate('request_password_reset_to_reconfirm')} diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 8c2ad0877b..ef3f737800 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1455,5 +1455,6 @@ "by_subscribing_you_agree_to_our_terms_of_service": "By subscribing, you agree to our <0>terms of service.", "cancel_anytime": "We're confident that you'll love __appName__, but if not you can cancel anytime. We'll give you your money back, no questions asked, if you let us know within 30 days.", "for_visa_mastercard_and_discover": "For <0>Visa, MasterCard and Discover, the <1>3 digits on the <2>back of your card.", - "for_american_express": "For <0>American Express, the <1>4 digits on the <2>front of your card." + "for_american_express": "For <0>American Express, the <1>4 digits on the <2>front of your card.", + "request_password_reset_to_reconfirm": "Request password reset email to reconfirm" }