diff --git a/src/app/savings/savings-account-view/charges-tab/charges-tab.component.html b/src/app/savings/savings-account-view/charges-tab/charges-tab.component.html index 36892a779e..19c2734c99 100644 --- a/src/app/savings/savings-account-view/charges-tab/charges-tab.component.html +++ b/src/app/savings/savings-account-view/charges-tab/charges-tab.component.html @@ -8,10 +8,7 @@

{{ 'labels.inputs.Charges' | translate }}

{{ showInactiveCharges ? viewAllChargeButtons('View Active Charges') - : viewAllChargeButtons( - 'View Inactive - Charges' - ) + : viewAllChargeButtons('View Inactive Charges') }}