AC-308 Fixed the Remove Host from Group dialog message to be more explicit regarding how Remove works.

This commit is contained in:
chouseknecht 2013-07-30 11:13:35 -04:00
parent e5aeefa43d
commit 7ff5d6f300

View File

@ -385,7 +385,8 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H
}
else {
scope['promptHeader'] = 'Remove Host from Group';
scope['promptBody'] = 'Are you sure you want to remove ' + host_name + ' from the group?';
scope['promptBody'] = 'Are you sure you want to remove ' + host_name + ' from the group? ' +
host_name + ' will continue to be part of the inventory under All Hosts.';
scope['promptActionBtnClass'] = 'btn-success';
}