Changed promo code text.
This commit is contained in:
@@ -112,7 +112,9 @@
|
||||
"benefits": "Benefits",
|
||||
"coupon": "Coupon",
|
||||
"couponPlaceholder": "Enter Coupon Code",
|
||||
"couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)",
|
||||
"couponText": "We sometimes have events and give out promo codes for special gear. (eg, those who stop by our Wondercon booth)",
|
||||
"apply": "Apply",
|
||||
"resubscribe": "Resubscribe"
|
||||
"resubscribe": "Resubscribe",
|
||||
"promoCode": "Promo Code",
|
||||
"promoPlaceholder": "Enter Promotion Code"
|
||||
}
|
||||
|
||||
@@ -159,9 +159,9 @@ script(type='text/ng-template', id='partials/options.settings.coupon.html')
|
||||
.container-fluid
|
||||
.row
|
||||
.col-md-6
|
||||
h2= env.t('coupon')
|
||||
h2= env.t('promoCode')
|
||||
form.form-inline(role='form',ng-submit='enterCoupon(_couponCode)')
|
||||
input.form-control(type='text', ng-model='_couponCode', placeholder=env.t('couponPlaceholder'))
|
||||
input.form-control(type='text', ng-model='_couponCode', placeholder=env.t('promoPlaceholder'))
|
||||
button.btn.btn-primary(type='submit')= env.t('submit')
|
||||
div
|
||||
small= env.t('couponText')
|
||||
|
||||
Reference in New Issue
Block a user