Plugins: Fix typo in connections homepage card (#109793)

This commit is contained in:
Hugo Kiyodi Oshiro
2025-08-26 14:43:46 -03:00
committed by GitHub
parent 3056924d10
commit 578e07fd0e
3 changed files with 3 additions and 3 deletions
@@ -51,7 +51,7 @@ describe('Connections', () => {
// Add new connection card
expect(await screen.findByText('Add new connection')).toBeVisible();
expect(await screen.findByText('Collector:')).toBeVisible();
expect(await screen.findByText('Collector')).toBeVisible();
expect(await screen.findByText('Data sources')).toBeVisible();
expect(await screen.findByText('Integrations')).toBeVisible();
expect(await screen.findByText('Private data source connect')).toBeVisible();
@@ -20,7 +20,7 @@ export function getCloudCardData(): CardData[] {
icon: 'plus-circle',
},
{
text: t('connections.cloud.connections-home-page.collector.title', 'Collector:'),
text: t('connections.cloud.connections-home-page.collector.title', 'Collector'),
subTitle: t(
'connections.cloud.connections-home-page.collector.subtitle',
'Manage the configuration of Grafana Alloy, our distribution of the OpenTelemetry Collector'
+1 -1
View File
@@ -4167,7 +4167,7 @@
},
"collector": {
"subtitle": "Manage the configuration of Grafana Alloy, our distribution of the OpenTelemetry Collector",
"title": "Collector:"
"title": "Collector"
},
"data-sources": {
"subtitle": "Manage your existing data source connections",