From 69daafd37bff887637e23acf741cca7a87870dda Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:50:41 +0300 Subject: [PATCH] [v10.1.x] Fix: visualization vs visualisation in feature description (#76992) Fix: visualization vs visualisation in feature description (#75895) (cherry picked from commit 965c1de1f25a372ed540efc5621f9caeb0741705) Co-authored-by: Horst Gutmann --- pkg/services/featuremgmt/registry.go | 2 +- pkg/services/featuremgmt/toggles_gen.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index a68c1a588ff..7cbc7742211 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -584,7 +584,7 @@ var ( }, { Name: "vizAndWidgetSplit", - Description: "Split panels between vizualizations and widgets", + Description: "Split panels between visualizations and widgets", Stage: FeatureStageExperimental, FrontendOnly: true, Owner: grafanaDashboardsSquad, diff --git a/pkg/services/featuremgmt/toggles_gen.go b/pkg/services/featuremgmt/toggles_gen.go index 4acc10d0587..2f725f23308 100644 --- a/pkg/services/featuremgmt/toggles_gen.go +++ b/pkg/services/featuremgmt/toggles_gen.go @@ -348,7 +348,7 @@ const ( FlagElasticToggleableFilters = "elasticToggleableFilters" // FlagVizAndWidgetSplit - // Split panels between vizualizations and widgets + // Split panels between visualizations and widgets FlagVizAndWidgetSplit = "vizAndWidgetSplit" // FlagPrometheusIncrementalQueryInstrumentation