diff --git a/public/app/features/plugins/admin/pages/Browse.tsx b/public/app/features/plugins/admin/pages/Browse.tsx index 61cb863e675..f6996282216 100644 --- a/public/app/features/plugins/admin/pages/Browse.tsx +++ b/public/app/features/plugins/admin/pages/Browse.tsx @@ -65,12 +65,15 @@ export default function Browse({ route }: GrafanaRouteComponentProps): ReactElem } const subTitle = config.featureToggles.dataConnectionsConsole ? ( -

+

Extend the Grafana experience with panel plugins and apps. To find more data sources go to{' '} - Connections. -

+ + Connections + + . +
) : ( -

Extend the Grafana experience with panel plugins and apps.

+
Extend the Grafana experience with panel plugins and apps.
); return (