From 11c1a0993e4bbe7eaa7b691844cfe54ff72d9011 Mon Sep 17 00:00:00 2001 From: Volha Mardvilka Date: Tue, 25 Mar 2025 13:02:28 +0000 Subject: [PATCH] 406180159: (fix) [a11y] change page title for testing page --- modules/ui/src/app/app-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/src/app/app-routing.module.ts b/modules/ui/src/app/app-routing.module.ts index 12510a13f..ca3555322 100644 --- a/modules/ui/src/app/app-routing.module.ts +++ b/modules/ui/src/app/app-routing.module.ts @@ -49,7 +49,7 @@ export const routes: Routes = [ { path: 'testing', component: TestrunComponent, - title: 'Testrun', + title: 'Testrun - Testing', }, { path: 'devices',