mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Changed promo code text.
This commit is contained in:
parent
78e8499c5f
commit
ef0b96e5e4
2 changed files with 6 additions and 4 deletions
|
|
@ -112,7 +112,9 @@
|
||||||
"benefits": "Benefits",
|
"benefits": "Benefits",
|
||||||
"coupon": "Coupon",
|
"coupon": "Coupon",
|
||||||
"couponPlaceholder": "Enter Coupon Code",
|
"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",
|
"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
|
.container-fluid
|
||||||
.row
|
.row
|
||||||
.col-md-6
|
.col-md-6
|
||||||
h2= env.t('coupon')
|
h2= env.t('promoCode')
|
||||||
form.form-inline(role='form',ng-submit='enterCoupon(_couponCode)')
|
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')
|
button.btn.btn-primary(type='submit')= env.t('submit')
|
||||||
div
|
div
|
||||||
small= env.t('couponText')
|
small= env.t('couponText')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue