Explore: Update info about query history and deleting (#76034)

* Explore: Update info about query history and deleting

* Fix unescaped '
pull/75005/head^2
Ivana Huckova 2 years ago committed by GitHub
parent 55c72c4ea7
commit 0ea047cc09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/explore/RichHistory/RichHistorySettingsTab.tsx

@ -90,7 +90,7 @@ export function RichHistorySettingsTab(props: RichHistorySettingsProps) {
</Field>
) : (
<Alert severity="info" title="History time span">
Grafana will keep entries up to {selectedOption?.label}.
Grafana will keep entries up to {selectedOption?.label}. Starred entries won&apos;t be deleted.
</Alert>
)}
<InlineField

Loading…
Cancel
Save