Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
TitusKirch committed Oct 29, 2023
1 parent ea8f5a3 commit 3674730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/DashboardAdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function deleteUser(IlluminateRequest $request): RedirectResponse
// check if user has super admin role
if ($user->hasRole('super admin')) {

Session::flash('error', 'Der User kann nicht zu Super Admin gemacht werden');
Session::flash('error', 'Der User kann nicht gelöscht werden');
}

// copy user to temp user variable
Expand Down

0 comments on commit 3674730

Please sign in to comment.