Skip to content

Commit

Permalink
delete translation on variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aehanno committed Aug 10, 2023
1 parent fed6c03 commit bf7c5ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export default function DateFilterLabel(props: DateFilterControlProps) {
>
<Tooltip placement="top" title={tooltipTitle}>
<DateLabel
label={t(actualTimeRange)}
label={actualTimeRange}
isActive={show}
isPlaceholder={actualTimeRange === NO_TIME_RANGE}
data-test={DATE_FILTER_TEST_KEY.popoverOverlay}
Expand Down

0 comments on commit bf7c5ff

Please sign in to comment.