From 62e17ffd48ee3ef75d844174312f2c708dea5fbc Mon Sep 17 00:00:00 2001 From: Ekaterina Chantsova Date: Thu, 21 Oct 2021 13:10:31 +0300 Subject: [PATCH] Save translated title as variable --- .../dashboard-page/dashboard-page.component.html | 2 +- .../dashboard-page/dashboard-page.component.ts | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html index 8f97f5c7e8..27c436c802 100644 --- a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html +++ b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html @@ -148,7 +148,7 @@
-

{{ utils.customTranslation(dashboard.title, dashboard.title) }}

+

{{ translatedDashboardTitle }}

dashboard.title