PublicDashboards: Typo in acknowledge checkboxes information (#77375)

Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
Co-authored-by: Juan Cabanas <juan.cabanas@grafana.com>
pull/78142/head
Ophir LOJKINE 2 years ago committed by GitHub
parent 3607a00692
commit a57dc513d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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/',

Loading…
Cancel
Save