]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/LDAPGroupEditor.js
improve LDAP object nameing
[pmg-gui.git] / js / LDAPGroupEditor.js
index fa5ec97d2c36c6b3c822b90d30da031831235500..67aafccab54a5797d10fc337ff7f17024d50b97c 100644 (file)
@@ -69,10 +69,10 @@ Ext.define('PMG.LDAPGroupInputPanel', {
                [ 'group', gettext('Group member') ],
                [ 'profile-any', gettext('Existing LDAP address')],
                [ 'any', gettext('Existing LDAP address') +
-                 ' (' +  PMG.Utils.anyProfileText + ')'],
+                 ', any profile' ],
                [ 'profile-none', gettext('Unknown LDAP address')],
                [ 'none', gettext('Unknown LDAP address') +
-                 ' (' +  PMG.Utils.anyProfileText + ')'],
+                 ', any profile' ],
            ],
            fieldLabel: gettext("Match")
        },