diff --git a/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeList.tsx b/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeList.tsx index 45b0dfdcbaf..3995086da65 100644 --- a/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeList.tsx +++ b/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeList.tsx @@ -4,6 +4,7 @@ import React, { ReactNode } from 'react'; import { TimeOption } from '@grafana/data'; import { stylesFactory } from '../../../themes'; +import { t } from '../../../utils/i18n'; import { TimePickerTitle } from './TimePickerTitle'; import { TimeRangeOption } from './TimeRangeOption'; @@ -65,14 +66,14 @@ const Options = ({ options, value, onChange, title }: Props) => { return ( <> -