From 0ea047cc09bc6b26bcd3b56fdf6f85c1326bb41a Mon Sep 17 00:00:00 2001
From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Date: Thu, 5 Oct 2023 17:02:45 +0200
Subject: [PATCH] Explore: Update info about query history and deleting
(#76034)
* Explore: Update info about query history and deleting
* Fix unescaped '
---
.../app/features/explore/RichHistory/RichHistorySettingsTab.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/app/features/explore/RichHistory/RichHistorySettingsTab.tsx b/public/app/features/explore/RichHistory/RichHistorySettingsTab.tsx
index 38b9740cd9a..4280d334f09 100644
--- a/public/app/features/explore/RichHistory/RichHistorySettingsTab.tsx
+++ b/public/app/features/explore/RichHistory/RichHistorySettingsTab.tsx
@@ -90,7 +90,7 @@ export function RichHistorySettingsTab(props: RichHistorySettingsProps) {
) : (
- Grafana will keep entries up to {selectedOption?.label}.
+ Grafana will keep entries up to {selectedOption?.label}. Starred entries won't be deleted.
)}