Skip to content
Snippets Groups Projects
Commit 419d208b authored by OZGCloud's avatar OZGCloud
Browse files

OZG-1959 edit titles

parent 74c41bf8
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ const routes: Routes = [ ...@@ -27,7 +27,7 @@ const routes: Routes = [
{ {
path: 'postfach', path: 'postfach',
component: PostfachPageContainerComponent, component: PostfachPageContainerComponent,
title: 'Postfach zum Vorgang | Alfa' title: 'Nachrichten zum Vorgang | Alfa'
} }
]; ];
......
...@@ -20,7 +20,7 @@ const routes: Routes = [ ...@@ -20,7 +20,7 @@ const routes: Routes = [
{ {
path: '', path: '',
component: VorgangListPageContainerComponent, component: VorgangListPageContainerComponent,
title: 'Vorgang-Liste | Alfa' title: 'Alle Vorgänge | Alfa'
}, },
{ {
path: 'search/:search', path: 'search/:search',
...@@ -40,7 +40,7 @@ const routes: Routes = [ ...@@ -40,7 +40,7 @@ const routes: Routes = [
{ {
path: 'vorgang/:vorgangWithEingangUrl', path: 'vorgang/:vorgangWithEingangUrl',
loadChildren: () => import('@goofy-client/vorgang-detail').then(m => m.VorgangDetailModule), loadChildren: () => import('@goofy-client/vorgang-detail').then(m => m.VorgangDetailModule),
title: 'Vorgang-Detailseite | Alfa' title: 'Details zum Vorgang | Alfa'
}, },
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment