diff --git a/src/app/tab1/tab1.page.html b/src/app/tab1/tab1.page.html
index 22e11e4..803c067 100644
--- a/src/app/tab1/tab1.page.html
+++ b/src/app/tab1/tab1.page.html
@@ -1,7 +1,7 @@
- Tab 1
+ Suche durchführen
@@ -9,9 +9,9 @@
- Tab 1
+ Suche durchführen
-
+
diff --git a/src/app/tab2/tab2.page.html b/src/app/tab2/tab2.page.html
index 38b153e..f33c3b2 100644
--- a/src/app/tab2/tab2.page.html
+++ b/src/app/tab2/tab2.page.html
@@ -1,7 +1,7 @@
- Tab 2
+ Präventions-Angebote in der Nähe
@@ -9,9 +9,9 @@
- Tab 2
+ Präventions-Angebote in der Nähe
-
+
diff --git a/src/app/tab3/tab3.page.html b/src/app/tab3/tab3.page.html
index 222333d..be00617 100644
--- a/src/app/tab3/tab3.page.html
+++ b/src/app/tab3/tab3.page.html
@@ -1,7 +1,7 @@
- Tab 3
+ Probier den Chat-Bot aus!
@@ -9,9 +9,9 @@
- Tab 3
+ Chat-Bot
-
+
diff --git a/src/app/tabs/tabs-routing.module.ts b/src/app/tabs/tabs-routing.module.ts
index 468f849..935d5dd 100644
--- a/src/app/tabs/tabs-routing.module.ts
+++ b/src/app/tabs/tabs-routing.module.ts
@@ -8,15 +8,15 @@ const routes: Routes = [
component: TabsPage,
children: [
{
- path: 'tab1',
+ path: 'tab_search',
loadChildren: () => import('../tab1/tab1.module').then(m => m.Tab1PageModule)
},
{
- path: 'tab2',
+ path: 'tab_map',
loadChildren: () => import('../tab2/tab2.module').then(m => m.Tab2PageModule)
},
{
- path: 'tab3',
+ path: 'tab_chat',
loadChildren: () => import('../tab3/tab3.module').then(m => m.Tab3PageModule)
},
{