mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix typo in delete permission warning
Signed-off-by: Connor Behan <connor.behan@gmail.com> Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
fe096e31cf
commit
a386bbd35d
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ function pkg_delete ($atype, $ids, $mergepkgid) {
|
|||
|
||||
# If they're a TU or dev, can delete
|
||||
if ($atype != "Trusted User" && $atype != "Developer") {
|
||||
return __("You do have permission to delete packages.");
|
||||
return __("You do not have permission to delete packages.");
|
||||
}
|
||||
|
||||
$ids = sanitize_ids($ids);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue