@@ -109,6 +109,8 @@ export const enUS: LocalizationResource = {
109109 totalDueAfterTrial : 'Total Due after trial ends in {{days}} days' ,
110110 } ,
111111 credit : 'Credit' ,
112+ prorationCredit : 'Prorated credit' ,
113+ accountCredit : 'Account credit' ,
112114 creditRemainder : 'Credit for the remainder of your current subscription.' ,
113115 payerCreditRemainder : 'Credit from account balance.' ,
114116 defaultFreePlanActive : "You're currently on the Free plan" ,
@@ -314,6 +316,7 @@ export const enUS: LocalizationResource = {
314316 empty : 'No statements to display' ,
315317 itemCaption__paidForPlan : 'Paid for {{plan}} {{period}} plan' ,
316318 itemCaption__proratedCredit : 'Prorated credit for partial usage of previous subscription' ,
319+ itemCaption__payerCredit : 'Credit from account balance' ,
317320 itemCaption__subscribedAndPaidForPlan : 'Subscribed and paid for {{plan}} {{period}} plan' ,
318321 notFound : 'Statement not found' ,
319322 tableHeader__amount : 'Amount' ,
@@ -1144,6 +1147,7 @@ export const enUS: LocalizationResource = {
11441147 empty : 'No statements to display' ,
11451148 itemCaption__paidForPlan : 'Paid for {{plan}} {{period}} plan' ,
11461149 itemCaption__proratedCredit : 'Prorated credit for partial usage of previous subscription' ,
1150+ itemCaption__payerCredit : 'Credit from account balance' ,
11471151 itemCaption__subscribedAndPaidForPlan : 'Subscribed and paid for {{plan}} {{period}} plan' ,
11481152 notFound : 'Statement not found' ,
11491153 tableHeader__amount : 'Amount' ,
0 commit comments