UX: i18ninize string
This commit is contained in:
parent
8022b3c15a
commit
bdcaaf9897
|
@ -5,7 +5,7 @@
|
|||
<th>{{i18n 'discourse_subscriptions.user.plans.product'}}</th>
|
||||
<th>{{i18n 'discourse_subscriptions.user.plans.rate'}}</th>
|
||||
<th>{{i18n 'discourse_subscriptions.user.subscriptions.status'}}</th>
|
||||
<th>Renews</th>
|
||||
<th>{{i18n 'discourse_subscriptions.user.subscriptions.renews'}}</th>
|
||||
<th>{{i18n 'discourse_subscriptions.user.subscriptions.created_at'}}</th>
|
||||
<th></th>
|
||||
</thead>
|
||||
|
|
|
@ -50,6 +50,7 @@ en:
|
|||
subscriptions:
|
||||
id: Subscription ID
|
||||
status: Status
|
||||
renews: Renews
|
||||
created_at: Created
|
||||
cancelled: cancelled
|
||||
operations:
|
||||
|
|
Loading…
Reference in New Issue