import { t, Trans } from 'app/core/internationalization'; import { InfoItem } from '../../shared/InfoItem'; export const InfoPane = () => { return ( You can migrate some resources from your self-managed Grafana installation to this cloud stack. To do this securely, you'll need to generate a migration token. Your self-managed instance will use the token to authenticate with this cloud stack. ); };