X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/f84a6cd5250ef8732d9ee1e1dce1b4a31db5c7e4..9616b8e665794337f257938a5a1c52173395e3c7:/Classes/class-paneluser.php diff --git a/Classes/class-paneluser.php b/Classes/class-paneluser.php index 8b64d92..4a9b7fe 100644 --- a/Classes/class-paneluser.php +++ b/Classes/class-paneluser.php @@ -275,7 +275,7 @@ function get_panel_user_permission_list() $list = [ "Can add/delete/edit Admin Panel users" => PERMISSION_MANAGE_USERS, "Can ban/kill IRC users" => PERMISSION_BAN_USERS, - "Can hange properties of a user, i.e. vhost, modes and more" => PERMISSION_EDIT_USER, + "Can change properties of a user, i.e. vhost, modes and more" => PERMISSION_EDIT_USER, "Can change properties of a channel, i.e. topic, modes and more" => PERMISSION_EDIT_CHANNEL, "Change properties of a user on a channel i.e give/remove voice or ops and more" => PERMISSION_EDIT_CHANNEL_USER, "Can add manual bans, including G-Lines, Z-Lines and more" => PERMISSION_SERVER_BAN_ADD, @@ -314,4 +314,4 @@ function generate_panel_user_permission_table($user)