mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Fixed i18n typo that Imperadeiro98 noticed.
This commit is contained in:
parent
fc12def6c1
commit
ce36fa461f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ block content
|
|||
td= moment(activeUntil).format('l')
|
||||
if nextPaymentDate
|
||||
tr
|
||||
th(data-i18n="account.next_paymthn")
|
||||
th(data-i18n="account.next_payment")
|
||||
td= moment(nextPaymentDate).format('l')
|
||||
if cost
|
||||
tr
|
||||
|
|
Loading…
Reference in a new issue