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',