Merge pull request #4147 from overleaf/jel-reconfirm-ui

Update button text on reconfirm page

GitOrigin-RevId: 9db6fe7136d6f5abf43b9f0eaabad5fb7c6b116c
This commit is contained in:
Jessica Lawshe
2021-06-03 13:54:02 -05:00
committed by Copybot
parent d3cc3edf4e
commit 7989a3c52d
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -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')}
+2 -1
View File
@@ -1455,5 +1455,6 @@
"by_subscribing_you_agree_to_our_terms_of_service": "By subscribing, you agree to our <0>terms of service</0>.",
"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</0>, the <1>3 digits</1> on the <2>back</2> of your card.",
"for_american_express": "For <0>American Express</0>, the <1>4 digits</1> on the <2>front</2> of your card."
"for_american_express": "For <0>American Express</0>, the <1>4 digits</1> on the <2>front</2> of your card.",
"request_password_reset_to_reconfirm": "Request password reset email to reconfirm"
}