mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Merge pull request #4147 from overleaf/jel-reconfirm-ui
Update button text on reconfirm page GitOrigin-RevId: 9db6fe7136d6f5abf43b9f0eaabad5fb7c6b116c
This commit is contained in:
@@ -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')}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user