From 1f9138da736d82b6bd2ccc59aa906bd51b2cc814 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 22 Feb 2024 11:13:37 +0000 Subject: [PATCH] update subtitle --- pkg/services/navtree/navtreeimpl/admin.go | 2 +- public/app/core/utils/navBarItem-translations.ts | 5 +---- public/locales/en-US/grafana.json | 2 +- public/locales/pseudo-LOCALE/grafana.json | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/pkg/services/navtree/navtreeimpl/admin.go b/pkg/services/navtree/navtreeimpl/admin.go index ce30488a36b..82e811d3e3a 100644 --- a/pkg/services/navtree/navtreeimpl/admin.go +++ b/pkg/services/navtree/navtreeimpl/admin.go @@ -139,7 +139,7 @@ func (s *ServiceImpl) getAdminNode(c *contextmodel.ReqContext) (*navtree.NavLink migrateToCloud := &navtree.NavLink{ Text: "Migrate to Grafana Cloud", Id: "migrate-to-cloud", - SubTitle: "Copy data sources, dashboards, and alerts from this installation to a cloud stack", + SubTitle: "Copy configuration from this installation to a cloud stack", Url: s.cfg.AppSubURL + "/admin/migrate-to-cloud", } configNodes = append(configNodes, migrateToCloud) diff --git a/public/app/core/utils/navBarItem-translations.ts b/public/app/core/utils/navBarItem-translations.ts index c1353ed8cbe..80fd1efe92f 100644 --- a/public/app/core/utils/navBarItem-translations.ts +++ b/public/app/core/utils/navBarItem-translations.ts @@ -251,10 +251,7 @@ export function getNavSubTitle(navId: string | undefined) { case 'storage': return t('nav.storage.subtitle', 'Manage file storage'); case 'migrate-to-cloud': - return t( - 'nav.migrate-to-cloud.subtitle', - 'Copy data sources, dashboards, and alerts from this installation to a cloud stack' - ); + return t('nav.migrate-to-cloud.subtitle', 'Copy configuration from this installation to a cloud stack'); case 'support-bundles': return t('nav.support-bundles.subtitle', 'Download support bundles'); case 'admin': diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index 2edc000e590..d2c4ad33cd4 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -877,7 +877,7 @@ "subtitle": "Manage folder dashboards and permissions" }, "migrate-to-cloud": { - "subtitle": "Copy data sources, dashboards, and alerts from this installation to a cloud stack", + "subtitle": "Copy configuration from this installation to a cloud stack", "title": "Migrate to Grafana Cloud" }, "monitoring": { diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json index 9d894e7f4da..9b2428d3450 100644 --- a/public/locales/pseudo-LOCALE/grafana.json +++ b/public/locales/pseudo-LOCALE/grafana.json @@ -877,7 +877,7 @@ "subtitle": "Mäʼnäģę ƒőľđęř đäşĥþőäřđş äʼnđ pęřmįşşįőʼnş" }, "migrate-to-cloud": { - "subtitle": "Cőpy đäŧä şőūřčęş, đäşĥþőäřđş, äʼnđ äľęřŧş ƒřőm ŧĥįş įʼnşŧäľľäŧįőʼn ŧő ä čľőūđ şŧäčĸ", + "subtitle": "Cőpy čőʼnƒįģūřäŧįőʼn ƒřőm ŧĥįş įʼnşŧäľľäŧįőʼn ŧő ä čľőūđ şŧäčĸ", "title": "Mįģřäŧę ŧő Ğřäƒäʼnä Cľőūđ" }, "monitoring": {