From 7ab5084b356840c2c8426bf23c64eaab7ea747ab Mon Sep 17 00:00:00 2001 From: phamt Date: Sun, 26 Sep 2010 13:40:16 +0000 Subject: [PATCH] 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 --- xCAT-UI/js/custom/zvmUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/custom/zvmUtils.js b/xCAT-UI/js/custom/zvmUtils.js index 7b74f8eb3..b85b29137 100644 --- a/xCAT-UI/js/custom/zvmUtils.js +++ b/xCAT-UI/js/custom/zvmUtils.js @@ -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.
'; + errMsg = errMsg + 'The directory entry does not contain the correct user ID.
'; ready = false; }