Skip to content

Commit

Permalink
Change copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Feb 14, 2022
1 parent 9ac972d commit 6b4d6e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const ColumnSelectPopover = ({
image="empty.svg"
title={
isTemporal
? t('No time columns found')
? t('No temporal columns found')
: t('No saved expressions found')
}
description={
Expand All @@ -289,7 +289,7 @@ const ColumnSelectPopover = ({
{isTemporal && simpleColumns.length === 0 ? (
<EmptyStateSmall
image="empty.svg"
title={t('No time columns found')}
title={t('No temporal columns found')}
description={t(
'Mark a column as temporal in "Edit datasource" modal',
)}
Expand Down

0 comments on commit 6b4d6e0

Please sign in to comment.