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;
}