Übersetze NotificationController Nachricht ins Deutsche
All checks were successful
Build & Push Docker Image / docker (push) Successful in 1m54s
All checks were successful
Build & Push Docker Image / docker (push) Successful in 1m54s
This commit is contained in:
parent
4a76f46b6b
commit
dedcb041c5
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user