Skip to content

Commit c0d6adc

Browse files
committed
fix: update TestGen text
1 parent 217d212 commit c0d6adc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

observability_ui/apps/shell/src/app/projects/instances/instance-tests/instance-tests.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
</a>
221221

222222
<a *ngIf="test.integrations | getIntegration: 'TESTGEN'"
223-
dkTooltip="View test results from DataOps TestGen"
223+
dkTooltip="View test results from TestGen"
224224
[dkTooltipShowArrow]="false"
225225
[routerLink]="['../..', { outlets: { rightPanel: [instanceId, 'tests', test.id, 'testgen'] } }]"
226226
class="action-link testgen-link">

observability_ui/apps/shell/src/app/projects/instances/instances.translation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const instancesTranslation = {
2828
learnMore: 'Data Journeys'
2929
},
3030
testgen: {
31-
title: 'Test Results from DataOps TestGen',
31+
title: 'Test Results from TestGen',
3232
testData: {
3333
title: 'Test Data',
3434
metricValue: 'Metric Value',

observability_ui/apps/shell/src/app/projects/runs/run-tests/run-tests.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
</a>
203203

204204
<a *ngIf="test.integrations | getIntegration: 'TESTGEN'"
205-
dkTooltip="View test results from DataOps TestGen"
205+
dkTooltip="View test results from TestGen"
206206
[dkTooltipShowArrow]="false"
207207
[routerLink]="['../..', { outlets: { rightPanel: [runId, 'tests', test.id, 'testgen'] } }]"
208208
class="action-link testgen-link">

0 commit comments

Comments
 (0)