From 9d7990fe715ec6964d74d168db0eac892c849ad7 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Sat, 17 Jan 2026 18:29:01 +0100 Subject: [PATCH] fix(dashboard): correct translation keys for tasks, settings, analytics - Updated grid item labels to use valid i18next keys - Ensured consistent German localization for all dashboard widgets --- resources/js/admin/mobile/DashboardPage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/js/admin/mobile/DashboardPage.tsx b/resources/js/admin/mobile/DashboardPage.tsx index a5e8367..cac244e 100644 --- a/resources/js/admin/mobile/DashboardPage.tsx +++ b/resources/js/admin/mobile/DashboardPage.tsx @@ -348,7 +348,7 @@ function LifecycleHero({ event, stats, locale, navigate, onSwitch, canSwitch }: {t('management:photobooth.checklist.title', 'Setup Status')} - {completedSteps}/{totalSteps} {t('steps', 'Schritte')} + {completedSteps}/{totalSteps} Schritte