Merge branch 'main' into develop

This commit is contained in:
slawkens
2026-03-15 13:04:37 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class GiveAdminCommand extends Command
}
if (!$account->isLoaded()) {
$io->error('Cannot find account mit supplied parameter: ' . $accountParam);
$io->error('Cannot find account with supplied parameter: ' . $accountParam);
return self::FAILURE;
}