mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-29 07:59:42 +01:00
refundNoun
This commit is contained in:
parent
4b2d1e6745
commit
0c63f65aa7
@ -97,7 +97,7 @@
|
||||
<td>{{t.createdDate | date:'mediumDate'}}</td>
|
||||
<td>
|
||||
<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>
|
||||
<i class="fa fa-fw" *ngIf="t.type === transactionType.Charge || t.type === transactionType.Refund"
|
||||
|
Loading…
Reference in New Issue
Block a user