From dedcb041c529c29d4d6840ea03dcf174f81cb359 Mon Sep 17 00:00:00 2001 From: Ahmed Darrazi Date: Thu, 18 Dec 2025 22:01:18 +0100 Subject: [PATCH] =?UTF-8?q?=C3=9Cbersetze=20NotificationController=20Nachr?= =?UTF-8?q?icht=20ins=20Deutsche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/NotificationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/NotificationController.php b/app/Http/Controllers/NotificationController.php index d536a596..9b126d6d 100644 --- a/app/Http/Controllers/NotificationController.php +++ b/app/Http/Controllers/NotificationController.php @@ -37,7 +37,7 @@ class NotificationController extends Controller { $this->notificationService->markAllAsRead(); - return redirect()->back()->with('success', 'All notifications marked as read'); + return redirect()->back()->with('success', 'Alle Benachrichtigungen wurden als gelesen markiert'); } /**