Skip to content

Commit

Permalink
Update continue button copy
Browse files Browse the repository at this point in the history
  • Loading branch information
differentmatt committed Nov 9, 2017
1 parent 9cfbd0b commit ecd562c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/locale/en.coffee
Expand Up @@ -230,7 +230,6 @@

signup:
complete_subscription: "Complete Subscription"
continue_to_payment: "Continue to Payment Details"
create_student_header: "Create Student Account"
create_teacher_header: "Create Teacher Account"
create_individual_header: "Create Individual Account"
Expand Down
Expand Up @@ -102,7 +102,7 @@ form#basic-info-form.modal-body.basic-info
span(data-i18n="common.next")
else if view.signupState.get('subModalContinue')
button#create-account-btn.next-button.btn.btn-lg.btn-navy(type='submit')
span(data-i18n="sign_up.continue_to_payment")
span(data-i18n="common.continue")
else
button#create-account-btn.next-button.btn.btn-lg.btn-navy(type='submit')
span(data-i18n="login.sign_up")
Expand Down
Expand Up @@ -55,7 +55,7 @@ form#basic-info-form.modal-body
span(data-i18n="common.next")
else if view.signupState.get('subModalContinue')
button#create-account-btn.next-button.btn.btn-lg.btn-navy(type='submit')
span(data-i18n="sign_up.continue_to_payment")
span(data-i18n="common.continue")
else
button#create-account-btn.next-button.btn.btn-lg.btn-navy(type='submit')
span(data-i18n="login.sign_up")
Expand Down

0 comments on commit ecd562c

Please sign in to comment.