Übersetze CheckRole Fehlermeldung ins Deutsche
Some checks failed
Build & Push Docker Image / docker (push) Has been cancelled

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

View File

@ -26,6 +26,6 @@ class CheckRole
} }
// If user doesn't have the required role // If user doesn't have the required role
return redirect()->back()->with('error', 'You do not have permission to access this page.'); return redirect()->back()->with('error', 'Du hast keine Berechtigung, auf diese Seite zuzugreifen.');
} }
} }