From 922b8e6227e387febed4db9c539b7c24be61e84e Mon Sep 17 00:00:00 2001 From: Joe Li Date: Thu, 12 Sep 2024 11:22:18 -0700 Subject: [PATCH] change to No tags created --- superset-frontend/src/pages/Tags/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/pages/Tags/index.tsx b/superset-frontend/src/pages/Tags/index.tsx index d7bda00ed4354..8df2dbffce6a1 100644 --- a/superset-frontend/src/pages/Tags/index.tsx +++ b/superset-frontend/src/pages/Tags/index.tsx @@ -127,7 +127,7 @@ function TagList(props: TagListProps) { }; const emptyState = { - title: t('No Tags created'), + title: t('No tags created'), image: 'dashboard.svg', description: 'Create a new tag and assign it to existing entities like charts or dashboards',