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'); } /**