mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:53:10 +08:00
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:
@ -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>.
|
||||
|
Reference in New Issue
Block a user