Skip to content

Commit

Permalink
Change empty copy
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Feb 24, 2023
1 parent 78f9771 commit d3841cc
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,13 @@ const VerticalFilterBar: React.FC<VerticalBarProps> = ({
filterValues.length === 0 ? (
<FilterBarEmptyStateContainer>
<EmptyStateSmall
title={t('No filters are currently added')}
title={t('No global filters are currently added')}
image="filter.svg"
description={
canEdit &&
t('Click the button above to add a filter to the dashboard')
t(
'Click on "+Add/Edit Filters" button to create new dashboard filters',
)
}
/>
</FilterBarEmptyStateContainer>
Expand Down

0 comments on commit d3841cc

Please sign in to comment.