Übersetze NotificationController Nachricht ins Deutsche
All checks were successful
Build & Push Docker Image / docker (push) Successful in 1m54s

This commit is contained in:
Ahmed Darrazi 2025-12-18 22:01:18 +01:00
parent 4a76f46b6b
commit dedcb041c5

View File

@ -37,7 +37,7 @@ class NotificationController extends Controller
{ {
$this->notificationService->markAllAsRead(); $this->notificationService->markAllAsRead();
return redirect()->back()->with('success', 'All notifications marked as read'); return redirect()->back()->with('success', 'Alle Benachrichtigungen wurden als gelesen markiert');
} }
/** /**