chore: update text for ds connections tab (#101509)

* chore: update text for ds connections tab

Not sure if additional work is required to generate the translation

* chore: text change for connection tab

---------

Co-authored-by: Sam Kh. <syerikjan.khusayan@grafana.com>
This commit is contained in:
David Harris
2025-03-04 15:36:56 +00:00
committed by GitHub
parent 6d4a271a39
commit 7b9970f1e7
3 changed files with 4 additions and 4 deletions

View File

@ -83,8 +83,8 @@ export function ConnectionsList({
<Stack direction="column" gap={2}>
<span>
<Trans i18nKey="plugins.details.connections-tab.description" values={{ pluginName: plugin.name }}>
The data source connections below are all {'{{pluginName}}'}. You can find all of your data source connections
of all types in{' '}
You currently have the following data sources configured for {'{{pluginName}}'}, click a tile to view the
configuration details. You can find all of your data source connections in{' '}
<TextLink href="/connections/datasources">
<Trans i18nKey="nav.connections.title">Connections</Trans> -{' '}
<Trans i18nKey="nav.data-sources.title">Data sources</Trans>.