Rename: Benachrichtigungen → Aktuelles (Bottom-Nav + Sidebar + Seitentitel)

This commit is contained in:
rene 2026-04-19 10:52:39 +02:00
parent e5cbe879ff
commit 6809cfae23
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '218'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '219'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {
@ -58,7 +58,7 @@ const App = (() => {
impressum: { title: 'Impressum', module: null },
datenschutz: { title: 'Datenschutz', module: null },
widget: { title: 'Widget', module: null, requiresAuth: true },
notifications: { title: 'Benachrichtigungen', module: null, requiresAuth: true },
notifications: { title: 'Aktuelles', module: null, requiresAuth: true },
};
// ----------------------------------------------------------