diff --git a/public/app/features/alerting/unified/GrafanaRuleQueryViewer.tsx b/public/app/features/alerting/unified/GrafanaRuleQueryViewer.tsx index a594d312c16..781726d1413 100644 --- a/public/app/features/alerting/unified/GrafanaRuleQueryViewer.tsx +++ b/public/app/features/alerting/unified/GrafanaRuleQueryViewer.tsx @@ -127,7 +127,7 @@ export function QueryPreview({ i18nKey="alerting.query-preview.relative-time-range" values={{ from: rangeUtil.secondsToHms(relativeTimeRange.from) }} > - {'{{from}}'} to now + {'{{from}}'} to now ); diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index 163e7a4ff60..a975f9585ed 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -1728,7 +1728,7 @@ "min-interval": "Min. Interval = {{minInterval}}" }, "query-preview": { - "relative-time-range": "{{from}} to now" + "relative-time-range": "<0>{{from}} to now" }, "queryAndExpressionsStep": { "disableAdvancedOptions": {