]> git.proxmox.com Git - pve-cluster.git/commitdiff
datacenter config: remove typos in "user-tag-access" description
authorStefan Sterz <s.sterz@proxmox.com>
Fri, 18 Nov 2022 15:28:03 +0000 (16:28 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Nov 2022 15:34:32 +0000 (16:34 +0100)
Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
data/PVE/DataCenterConfig.pm

index 5a707224b0afccc6f7c3f81f871b1cf53f40863b..925670dd8b81ffbffbc83dfaec9e9510d88918a4 100644 (file)
@@ -185,7 +185,7 @@ my $user_tag_privs_format = {
            ."controls (such as guests). Users with the `Sys.Modify` privilege on `/` are always "
            ." unrestricted. "
            ."'none' no tags are usable. "
-           ."'list' tasg from 'user-allow'list' are usable. "
+           ."'list' tags from 'user-allow-list' are usable. "
            ."'existing' like list, but already existing tags of resources are also usable."
            ."'free' no tag restrictions."
     },