From 313a6a60302cf574f2c065a1e32ea5429d8aea53 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 18 Dec 2024 13:47:52 +0100 Subject: [PATCH] fix(Profil Views): corrects the title of the web tab from Stundenplan to Profil --- application/views/Cis/Profil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/Cis/Profil.php b/application/views/Cis/Profil.php index 788d44360..f66ebf8a9 100644 --- a/application/views/Cis/Profil.php +++ b/application/views/Cis/Profil.php @@ -1,6 +1,6 @@ 'Stundenplan', + 'title' => 'Profil', 'customJSModules' => ['public/js/apps/Cis/Profil.js'], 'tabulator5' => true, 'primevue3' => true,