refundNoun

This commit is contained in:
Kyle Spearrin 2019-02-22 23:12:12 -05:00
parent 4b2d1e6745
commit 0c63f65aa7
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
<td>{{t.createdDate | date:'mediumDate'}}</td> <td>{{t.createdDate | date:'mediumDate'}}</td>
<td> <td>
<span *ngIf="t.type === transactionType.Charge">{{'chargeNoun' | i18n}}</span> <span *ngIf="t.type === transactionType.Charge">{{'chargeNoun' | i18n}}</span>
<span *ngIf="t.type === transactionType.Refund">{{'chargeRefund' | i18n}}</span> <span *ngIf="t.type === transactionType.Refund">{{'refundNoun' | i18n}}</span>
</td> </td>
<td> <td>
<i class="fa fa-fw" *ngIf="t.type === transactionType.Charge || t.type === transactionType.Refund" <i class="fa fa-fw" *ngIf="t.type === transactionType.Charge || t.type === transactionType.Refund"