update subtitle

This commit is contained in:
Ashley Harrison
2024-02-22 11:13:37 +00:00
parent a35dc9ad4e
commit 1f9138da73
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -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)
@@ -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':
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -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": {