From a57dc513d353083f05b2a916ce70f256d49b9759 Mon Sep 17 00:00:00 2001 From: Ophir LOJKINE Date: Tue, 21 Nov 2023 19:02:47 +0100 Subject: [PATCH] PublicDashboards: Typo in acknowledge checkboxes information (#77375) Co-authored-by: Isabel Matwawana Co-authored-by: Juan Cabanas --- .../CreatePublicDashboard/AcknowledgeCheckboxes.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard/AcknowledgeCheckboxes.tsx b/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard/AcknowledgeCheckboxes.tsx index 46c1f8f396b..22cdb240c85 100644 --- a/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard/AcknowledgeCheckboxes.tsx +++ b/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard/AcknowledgeCheckboxes.tsx @@ -40,7 +40,8 @@ const ACKNOWLEDGES: Acknowledge[] = [ }, { type: 'usageAcknowledgment', - description: 'Making a dashboard public will cause queries to run each time is viewed, which may increase costs*', + description: + 'Making a dashboard public will cause queries to run each time it is viewed, which may increase costs*', testId: selectors.CostIncreaseCheckbox, info: { href: 'https://grafana.com/docs/grafana/latest/enterprise/query-caching/',