Rename "user entry" to "directory entry"

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7652 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-09-26 13:40:16 +00:00
parent c94dc64e7b
commit 7ab5084b35

View File

@ -2257,7 +2257,7 @@ function createZProvisionNew(inst) {
var thisUserId = $('#' + thisTabId + ' input[name=userId]:visible');
var pos = thisUserEntry.val().indexOf('USER ' + thisUserId.val().toUpperCase());
if (pos < 0) {
errMsg = errMsg + 'The user entry does not contain the correct user ID.<br>';
errMsg = errMsg + 'The directory entry does not contain the correct user ID.<br>';
ready = false;
}