Plugins: Fix typo in connections homepage card (#109793)
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user