Skip to content

Commit 10a05fa

Browse files
committed
fix(loans): use correct i18n key for Deferred income tab label
1 parent f5d2535 commit 10a05fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/loans/loans-view/loans-view.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h3>{{ 'labels.heading.Account Overview' | translate }}</h3>
324324
#deferredIncome="routerLinkActive"
325325
[active]="deferredIncome.isActive"
326326
>
327-
{{ 'labels.inputs.Deferred Income' | translate }}
327+
{{ 'labels.inputs.Deferred income' | translate }}
328328
</a>
329329
}
330330
@if (loanProductService.isLoanProduct && loanDetailsData.enableBuyDownFee) {

0 commit comments

Comments
 (0)