diff --git a/public/app/features/migrate-to-cloud/onprem/SupportedTypesDisclosure.tsx b/public/app/features/migrate-to-cloud/onprem/SupportedTypesDisclosure.tsx index 3cfb24246cd..8fcbae2629a 100644 --- a/public/app/features/migrate-to-cloud/onprem/SupportedTypesDisclosure.tsx +++ b/public/app/features/migrate-to-cloud/onprem/SupportedTypesDisclosure.tsx @@ -5,10 +5,14 @@ export function SupportedTypesDisclosure() { return ( - Dashboards, Folders, and built-in core data sources are migrated to your Grafana Cloud stack.{' '} - - Learn about migrating other settings. - + Resources are copied to your Grafana Cloud stack.{' '} + + Learn more + {' '} + about the full set of supported resources and migrating other settings. ); diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index 740b481f973..b796f2f5264 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -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." + "text": "Resources are copied to your Grafana Cloud stack. <2>Learn more about the full set of supported resources and migrating other settings." }, "token-status": { "active": "Token created and active",