From 0ee3284c1d90ca9d71ebf2517bdc102e7f7b3d7c Mon Sep 17 00:00:00 2001 From: etokiryau <123979827+etokiryau@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:09:10 +0300 Subject: [PATCH] refactor(translations): Name is changed to Title --- .../src/dashboard/components/PropertiesModal/index.tsx | 4 ++-- superset-frontend/src/pages/DashboardList/index.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx b/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx index 44cae3d1ab04a..209f082ff6b6c 100644 --- a/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx +++ b/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx @@ -659,7 +659,7 @@ const PropertiesModal = ({ {/* */} {/* DODO changed 44120742 */} - + {/* DODO added start 44120742 */} - + ), // Header: t('Name'), - Header: `${t('Name')} EN`, // DODO changed 44120742 + Header: t('Title'), // DODO changed 44120742 accessor: 'dashboard_title', }, // DODO added start 44120742 @@ -354,7 +354,7 @@ function DashboardList(props: DashboardListProps) { }: any) => ( {dashboardTitleRU ? `${dashboardTitleRU}` : '-'} ), - Header: `${t('Name')} RU`, + Header: t('Title (Rus)'), accessor: 'dashboard_title_RU', }, // DODO added stop 44120742