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>
This commit is contained in:
Ophir LOJKINE 2023-11-21 19:02:47 +01:00 committed by GitHub
parent 3607a00692
commit a57dc513d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/',