CloudMigrations: Update footer copy to reflect a wider range of resources can be migrated (#103544)

This commit is contained in:
Matheus Macabu
2025-04-08 10:49:13 +02:00
committed by GitHub
parent dd824fd5cb
commit ba653c22c3
2 changed files with 9 additions and 5 deletions
@@ -5,10 +5,14 @@ export function SupportedTypesDisclosure() {
return (
<Text color="secondary" textAlignment="center">
<Trans i18nKey="migrate-to-cloud.support-types-disclosure.text">
Dashboards, Folders, and built-in core data sources are migrated to your Grafana Cloud stack.{' '}
<TextLink external href="https://grafana.com/docs/grafana-cloud/account-management/migration-guide">
Learn about migrating other settings.
</TextLink>
Resources are copied to your Grafana Cloud stack.{' '}
<TextLink
external
href="https://grafana.com/docs/grafana-cloud/security-and-account-management/migration-guide/"
>
Learn more
</TextLink>{' '}
about the full set of supported resources and migrating other settings.
</Trans>
</Text>
);
+1 -1
View File
@@ -5437,7 +5437,7 @@
"upload-migration": "Upload snapshot"
},
"support-types-disclosure": {
"text": "Dashboards, Folders, and built-in core data sources are migrated to your Grafana Cloud stack. <2>Learn about migrating other settings.</2>"
"text": "Resources are copied to your Grafana Cloud stack. <2>Learn more</2> about the full set of supported resources and migrating other settings."
},
"token-status": {
"active": "Token created and active",