diff --git a/app/global-translations/locale-en.json b/app/global-translations/locale-en.json index 35f959be..fbd92ce2 100755 --- a/app/global-translations/locale-en.json +++ b/app/global-translations/locale-en.json @@ -1968,6 +1968,8 @@ "label.totalinterestearned": "Interest earned", "label.totalinterestposted": "Interest posted", "label.totaloverdraftinterestderived": "Interest on overdraft", + "label.interestEarnedNotPosted":"Earned interest not posted", + "label.overdraftInterestNotPosted":"Overdraft interest not posted", "label.interestrate": "Nominal interest rate", "label.interestcompoundingperiod": "Interest compounding period", "label.interestpostingperiod": "Interest posting period", @@ -2005,6 +2007,7 @@ "label.account.recurring.deposit.amount":"Recurring Deposit Amount", "label.account.deposit.frequency":"Deposit Frequency", "label.account.closed.on.date":"Closed on Date", + "label.heading.interest.calculation.date":"Interest Recalculation Date", "#tool tip for saving products":"..", "label.tooltip.productname":"A unique identifier for the saving product", diff --git a/app/views/savings/view_saving_account_details.html b/app/views/savings/view_saving_account_details.html index e5f4da84..a702c27d 100755 --- a/app/views/savings/view_saving_account_details.html +++ b/app/views/savings/view_saving_account_details.html @@ -191,7 +191,7 @@