diff --git a/src/app/deposits/fixed-deposits/fixed-deposit-account-view/custom-dialogs/toggle-withhold-tax-dialog/toggle-withhold-tax-dialog.component.html b/src/app/deposits/fixed-deposits/fixed-deposit-account-view/custom-dialogs/toggle-withhold-tax-dialog/toggle-withhold-tax-dialog.component.html index 0df6c96154..02b8387ae0 100644 --- a/src/app/deposits/fixed-deposits/fixed-deposit-account-view/custom-dialogs/toggle-withhold-tax-dialog/toggle-withhold-tax-dialog.component.html +++ b/src/app/deposits/fixed-deposits/fixed-deposit-account-view/custom-dialogs/toggle-withhold-tax-dialog/toggle-withhold-tax-dialog.component.html @@ -1,6 +1,6 @@ -
{{"labels.text.Are you sure you want to" | translate }} {{ data.isEnable ? 'enable' : 'disable' }} {{"labels.text.withhold tax for this account" | translate }} ?
+{{"labels.text.Are you sure you want to" | translate }} {{ (data.isEnable ? 'labels.heading.Enable' : 'labels.heading.Disable') | translate }} {{"labels.text.withhold tax for this account" | translate }} ?
Are you sure you want to calculate interest ?
+{{'labels.text.Are you sure you want to calculate interest' | translate }} ?
Are you sure you want to inactivate charge with id: {{ data.id }} ?
+{{"labels.text.Are you sure you want to inactivate charge with id" | translate }}: {{ data.id }} ?
Are you sure you want to {{ data.isEnable ? 'enable' : 'disable' }} withhold tax for this account ?
+{{"labels.text.Are you sure you want to" | translate }} {{ (data.isEnable ? 'labels.heading.Enable' : 'labels.heading.Disable') | translate }} {{"labels.text.withhold tax for this account" | translate }} ?
Are you sure you want to waive charge with id: {{ data.id }} ?
+{{"labels.text.Are you sure you want to waive charge with id" | translate }}: {{ data.id }} ?
Client | +{{'labels.inputs.Client' | translate}} | {{instruction.fromClient.displayName}}-{{instruction.fromClient.id}} | From Account | +{{ 'labels.inputs.From Account' | translate }} | {{instruction.fromAccount.accountNo}} ({{instruction.fromAccountType.value}}) | Beneficiary | +{{ 'labels.inputs.Beneficiary' | translate }} | {{instruction.toClient.displayName}} | To Account | +{{ 'labels.inputs.To Account' | translate }} | {{instruction.toAccount.accountNo}} ({{instruction.toAccountType.value}}) | Amount | +{{ 'labels.inputs.Amount' | translate }} | {{instruction.instructionType.value}}/{{instruction.amount}} | Validity | -{{instruction.validFrom | dateFormat}} to {{instruction.validTill | dateFormat}} | +{{ 'labels.inputs.Validity' | translate }} | +{{instruction.validFrom | dateFormat}} {{ 'labels.inputs.To' | translate }} {{instruction.validTill | dateFormat}} | Actions | +{{ 'labels.inputs.Actions' | translate }} |
-
-
-
diff --git a/src/app/savings/savings-account-view/transactions-tab/transactions-tab.component.html b/src/app/savings/savings-account-view/transactions-tab/transactions-tab.component.html
index f98d38e224..22eaac141f 100644
--- a/src/app/savings/savings-account-view/transactions-tab/transactions-tab.component.html
+++ b/src/app/savings/savings-account-view/transactions-tab/transactions-tab.component.html
@@ -72,7 +72,7 @@ {{"labels.heading.All Transactions" | translate }} | {{"labels.inputs.Actions" | translate}} |
|
---|