mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-23 11:27:21 -04:00
Fixed translation, I think
This commit is contained in:
parent
a25d306be7
commit
1c136b0657
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module.exports = class SubscribeModal extends ModalView
|
|||
@playSound 'menu-button-click'
|
||||
application.tracker?.trackEvent 'Started subscription purchase', {}
|
||||
stripeHandler.open({
|
||||
description: $.i18n.t 'subscribe.stripe_description'
|
||||
description: $.i18n.t('subscribe.stripe_description')
|
||||
amount: @product.amount
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue