CloudMigrations: Update footer copy to reflect a wider range of resources can be migrated (#103544)
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user