Repository: ambari
Updated Branches:
  refs/heads/branch-feature-AMBARI-21450 fc0140930 -> 4f6b67f84


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/4f6b67f8
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4f6b67f8
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4f6b67f8

Branch: refs/heads/branch-feature-AMBARI-21450
Commit: 4f6b67f844d2d394a54c4c0e09e841d70573d526
Parents: fc01409
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Tue Aug 22 14:35:30 2017 +0300
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Tue Aug 22 14:35:30 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/4f6b67f8/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 2839fe2..9eb0c02 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -1707,7 +1707,7 @@ Em.I18n.translations = {
   'admin.stackVersions.editRepositories.info': 'Provide Base URLs for the 
Operating Systems you are configuring. Uncheck all other Operating Systems.',
   '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.install.skipDependencies': 'Skip Dependency 
Check',
   'admin.stackVersions.version.install.skipDependencies.tooltip': 'When 
selected, Ambari will not verify that all package dependencies have been 
satisfied after installing the new stack.',
   'admin.stackVersions.version.linkTooltip': 'Click to Edit Repositories',

Reply via email to