]> git.proxmox.com Git - pmg-gui.git/commitdiff
improve LDAP object nameing
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 23 Mar 2017 15:37:55 +0000 (16:37 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 23 Mar 2017 15:37:55 +0000 (16:37 +0100)
js/LDAPGroupEditor.js
js/Utils.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")
        },
index 2d9eaae0a5af1bb68bb5829cfbc3e9fc0c76d706..4563388bc3efe80a098cdfc588ebb03722b3b813 100644 (file)
@@ -10,7 +10,6 @@ Ext.define('PMG.Utils', {
 
     senderText: gettext('Sender'),
     receiverText: gettext('Receiver'),
-    anyProfileText: gettext('Any Profile'),
 
     oclass_text: {
        who: gettext('Who Objects'),