From 9a9203e1a1a297a4f04e2508b8a45a8fd12929bd Mon Sep 17 00:00:00 2001 From: Omar-Nabil Date: Thu, 11 Jul 2024 06:50:28 +0300 Subject: [PATCH] search for untranslated matTooltip and add matTooltip translation --- ...ed-deposit-product-settings-step.component.html | 12 ++++++------ ...fixed-deposit-product-terms-step.component.html | 14 +++++++------- .../create-floating-rate.component.html | 4 ++-- .../edit-floating-rate.component.html | 4 ++-- .../floating-rates/floating-rates.component.html | 8 ++++---- .../view-floating-rate.component.html | 4 ++-- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/app/products/fixed-deposit-products/fixed-deposit-product-stepper/fixed-deposit-product-settings-step/fixed-deposit-product-settings-step.component.html b/src/app/products/fixed-deposit-products/fixed-deposit-product-stepper/fixed-deposit-product-settings-step/fixed-deposit-product-settings-step.component.html index 87bf19c5db..f9b5573ae2 100644 --- a/src/app/products/fixed-deposit-products/fixed-deposit-product-stepper/fixed-deposit-product-settings-step/fixed-deposit-product-settings-step.component.html +++ b/src/app/products/fixed-deposit-products/fixed-deposit-product-stepper/fixed-deposit-product-settings-step/fixed-deposit-product-settings-step.component.html @@ -2,7 +2,7 @@
-

{{'labels.inputs.Lock-in Period' | translate}}

+

{{'labels.inputs.Lock-in Period' | translate}}

{{'labels.inputs.Frequency' | translate}} @@ -18,7 +18,7 @@

{{'labels.inputs.Lock-in Period' | translate}} < -

{{'labels.inputs.Minimum Deposit Term' | translate}}

+

{{'labels.inputs.Minimum Deposit Term' | translate}}

{{'labels.inputs.Frequency' | translate}} @@ -40,7 +40,7 @@

{{'labels.inputs.Minimum Deposit Term' | transla -

{{'labels.heading.And thereafter, in Multiples of' | translate}}

+

{{'labels.heading.And thereafter, in Multiples of' | translate}}

{{'labels.inputs.Frequency' | translate}} @@ -56,7 +56,7 @@

{{'labels.heading.And thereafter, in Multiples o -

{{'labels.inputs.Maximum Deposit Term' | translate}}

+

{{'labels.inputs.Maximum Deposit Term' | translate}}

{{'labels.inputs.Frequency' | translate}} @@ -74,7 +74,7 @@

{{'labels.inputs.Maximum Deposit Term' | transla -

{{'labels.heading.For Pre-mature closure' | translate}}

+

{{'labels.heading.For Pre-mature closure' | translate}}

{{'labels.inputs.Apply Penal Interest (less)' | translate}} @@ -96,7 +96,7 @@

{{'labels.heading.For Pre-mature closure' | tran - + {{'labels.inputs.Is Withhold Tax Applicable' | translate}} diff --git a/src/app/products/fixed-deposit-products/fixed-deposit-product-stepper/fixed-deposit-product-terms-step/fixed-deposit-product-terms-step.component.html b/src/app/products/fixed-deposit-products/fixed-deposit-product-stepper/fixed-deposit-product-terms-step/fixed-deposit-product-terms-step.component.html index 69ba2c306b..fc0557b2e0 100644 --- a/src/app/products/fixed-deposit-products/fixed-deposit-product-stepper/fixed-deposit-product-terms-step/fixed-deposit-product-terms-step.component.html +++ b/src/app/products/fixed-deposit-products/fixed-deposit-product-stepper/fixed-deposit-product-terms-step/fixed-deposit-product-terms-step.component.html @@ -6,12 +6,12 @@

{{'labels.inputs.Deposit Amount' | translate}} {{'labels.inputs.Minimum' | translate}} - + {{'labels.inputs.Default' | translate}} - + {{'labels.inputs.Default Deposit Amount' | translate}} {{'labels.commons.is' | translate}} {{'labels.commons.required' | translate}} @@ -20,14 +20,14 @@

{{'labels.inputs.Deposit Amount' | translate}} {{'labels.inputs.Maximum' | translate}} - + {{'labels.inputs.Interest Compounding Period' | translate}} - + {{ interestCompoundingPeriodType.value }} @@ -39,7 +39,7 @@

{{'labels.inputs.Deposit Amount' | translate}} {{'labels.inputs.Interest Posting Period' | translate}} - + {{ interestPostingPeriodType.value }} @@ -51,7 +51,7 @@

{{'labels.inputs.Deposit Amount' | translate}} {{'labels.inputs.Interest Calculated using' | translate}} - + {{ interestCalculationType.value }} @@ -63,7 +63,7 @@

{{'labels.inputs.Deposit Amount' | translate}} {{'labels.inputs.Days in Year' | translate}} - + {{ interestCalculationDaysInYearType.value }} diff --git a/src/app/products/floating-rates/create-floating-rate/create-floating-rate.component.html b/src/app/products/floating-rates/create-floating-rate/create-floating-rate.component.html index 959f4def0c..27173eead4 100644 --- a/src/app/products/floating-rates/create-floating-rate/create-floating-rate.component.html +++ b/src/app/products/floating-rates/create-floating-rate/create-floating-rate.component.html @@ -58,9 +58,9 @@ {{'labels.inputs.Is Differential' | translate}}? + class="is-differential" matTooltip="{{ 'tooltips.Yes' | translate }}" matTooltipPosition="right"> + class="not-is-differential" matTooltip="{{ 'tooltips.No' | translate }}" matTooltipPosition="right"> diff --git a/src/app/products/floating-rates/edit-floating-rate/edit-floating-rate.component.html b/src/app/products/floating-rates/edit-floating-rate/edit-floating-rate.component.html index 5175ef6676..65e3c41864 100644 --- a/src/app/products/floating-rates/edit-floating-rate/edit-floating-rate.component.html +++ b/src/app/products/floating-rates/edit-floating-rate/edit-floating-rate.component.html @@ -62,9 +62,9 @@ {{'labels.inputs.Is Differential' | translate}}? + class="is-differential" matTooltip="{{ 'tooltips.Yes' | translate }}" matTooltipPosition="right"> + class="not-is-differential" matTooltip="{{ 'tooltips.No' | translate }}" matTooltipPosition="right"> diff --git a/src/app/products/floating-rates/floating-rates.component.html b/src/app/products/floating-rates/floating-rates.component.html index af39cf344f..7117bbed6f 100644 --- a/src/app/products/floating-rates/floating-rates.component.html +++ b/src/app/products/floating-rates/floating-rates.component.html @@ -31,16 +31,16 @@ {{'labels.inputs.Is Base Lending Rate' | translate}}? - - + + {{'labels.catalogs.Active' | translate}} - - + + diff --git a/src/app/products/floating-rates/view-floating-rate/view-floating-rate.component.html b/src/app/products/floating-rates/view-floating-rate/view-floating-rate.component.html index bfcee8349a..0ff0417c78 100644 --- a/src/app/products/floating-rates/view-floating-rate/view-floating-rate.component.html +++ b/src/app/products/floating-rates/view-floating-rate/view-floating-rate.component.html @@ -67,9 +67,9 @@ {{'labels.inputs.Is Differential' | translate}}? + class="is-differential" matTooltip="{{ 'tooltips.Yes' | translate }}" matTooltipPosition="right"> + class="not-is-differential" matTooltip="{{ 'tooltips.No' | translate }}" matTooltipPosition="right">