fix(Profil Views): corrects the title of the web tab from Stundenplan to Profil

This commit is contained in:
SimonGschnell
2024-12-18 13:47:52 +01:00
parent e3f91003b3
commit 313a6a6030
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$includesArray = array(
'title' => 'Stundenplan',
'title' => 'Profil',
'customJSModules' => ['public/js/apps/Cis/Profil.js'],
'tabulator5' => true,
'primevue3' => true,