diff --git a/frontend/app/components/Dashboard/components/WidgetOptions.tsx b/frontend/app/components/Dashboard/components/WidgetOptions.tsx index 1c8f70c2a..e3567ab57 100644 --- a/frontend/app/components/Dashboard/components/WidgetOptions.tsx +++ b/frontend/app/components/Dashboard/components/WidgetOptions.tsx @@ -136,7 +136,7 @@ const SeriesTypeOptions = observer(({ metric }: { metric: any }) => { const WidgetViewTypeOptions = observer(({ metric }: { metric: any }) => { const chartTypes = { - lineChart: 'Chart', + lineChart: 'Line', barChart: 'Column', areaChart: 'Area', pieChart: 'Pie', diff --git a/frontend/app/components/shared/Filters/FilterAutoComplete/AutocompleteModal.tsx b/frontend/app/components/shared/Filters/FilterAutoComplete/AutocompleteModal.tsx index 727235893..454b80868 100644 --- a/frontend/app/components/shared/Filters/FilterAutoComplete/AutocompleteModal.tsx +++ b/frontend/app/components/shared/Filters/FilterAutoComplete/AutocompleteModal.tsx @@ -211,7 +211,7 @@ export function AutoCompleteContainer(props: Props) { > ) : (