mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Added i18n to subscribe price
This commit is contained in:
parent
d310fa9476
commit
ed2f498917
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
span= product.price
|
||||
|
||||
.product
|
||||
h4 x3500 / mo
|
||||
h4(data-i18n="buy_gems.price") x3500 / mo
|
||||
h3(data-i18n="account.subscription")
|
||||
button.start-subscription-button.btn.btn-lg.btn-illustrated.btn-success(data-i18n="subscribe.subscribe_title") Subscribe
|
||||
|
||||
|
@ -45,4 +45,3 @@
|
|||
|
||||
div#close-modal
|
||||
span.glyphicon.glyphicon-remove
|
||||
|
||||
|
|
Loading…
Reference in a new issue