Repository: ambari Updated Branches: refs/heads/trunk a66c01d3d -> ff23a2e32
AMBARI-21778. Patch Confirmation Message Incorrectly Lists All Hosts (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ff23a2e3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ff23a2e3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ff23a2e3 Branch: refs/heads/trunk Commit: ff23a2e325cdf42c9736be29ded262831f1c2a68 Parents: a66c01d Author: Alex Antonenko <[email protected]> Authored: Thu Aug 31 16:25:09 2017 +0300 Committer: Alex Antonenko <[email protected]> Committed: Thu Aug 31 16:25:09 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ff23a2e3/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 0982562..c4e4492 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1731,7 +1731,7 @@ Em.I18n.translations = { 'admin.stackVersions.editRepositories.info': 'Provide Base URLs for the Operating Systems you are configuring.', 'admin.stackVersions.editRepositories.validation.warning': 'Some of the repositories failed validation. Make changes to the base url or skip validation if you are sure that urls are correct', 'admin.stackVersions.version.install.confirm': 'You are about to install packages for version <strong>{0}</strong> on all hosts.', - 'admin.stackVersions.version.install.patch.confirm': 'You are about to install packages for version <strong>{0}</strong> on all hosts for the following services:', + 'admin.stackVersions.version.install.patch.confirm': 'You are about to install packages for version <strong>{0}</strong> on hosts which contain the following services:', 'admin.stackVersions.version.linkTooltip': 'Click to Edit Repositories', 'admin.stackVersions.version.hostsTooltip': 'Click to List Hosts', 'admin.stackVersions.version.emptyHostsTooltip': 'No Hosts to List',
