mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Merge pull request #1839 from Imperadeiro98/patch-1
Fixed translation, I think
This commit is contained in:
commit
49dd6704c3
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…
Add table
Reference in a new issue