Repository: ambari
Updated Branches:
  refs/heads/branch-feature-AMBARI-20859 f09670d94 -> 5b9454ef4


AMBARI-21170. Upgrade Dialog Is Missing the Version Information (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4767389b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4767389b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4767389b

Branch: refs/heads/branch-feature-AMBARI-20859
Commit: 4767389b655cba8e6062f06d8390a1a22bf60e41
Parents: 9a42d40
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Thu Jun 1 17:04:36 2017 +0300
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Thu Jun 1 17:04:36 2017 +0300

----------------------------------------------------------------------
 ambari-web/app/messages.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4767389b/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 02a54f7..2f915ec 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -1776,8 +1776,8 @@ Em.I18n.translations = {
   
'admin.stackVersions.version.upgrade.upgradeOptions.preCheck.allPassed.msg':'All
 checks passed',
   
'admin.stackVersions.version.upgrade.upgradeOptions.preCheck.failed.tooltip':'Option
 not available',
   'admin.stackVersions.version.upgrade.upgradeOptions.notAllowed':'Not allowed 
by the current version',
-  'admin.stackVersions.version.upgrade.upgradeOptions.EU.confirm.msg': 'You 
are about to perform an <b>Express Upgrade</b> to <b>{1}</b>. This will incur 
cluster downtime. Are you sure you want to proceed?',
-  'admin.stackVersions.version.upgrade.upgradeOptions.RU.confirm.msg': 'You 
are about to perform a <b>Rolling Upgrade</b> to <b>{1}</b>. Are you sure you 
want to proceed?',
+  'admin.stackVersions.version.upgrade.upgradeOptions.EU.confirm.msg': 'You 
are about to perform an <b>Express Upgrade</b> to <b>{0}</b>. This will incur 
cluster downtime. Are you sure you want to proceed?',
+  'admin.stackVersions.version.upgrade.upgradeOptions.RU.confirm.msg': 'You 
are about to perform a <b>Rolling Upgrade</b> to <b>{0}</b>. Are you sure you 
want to proceed?',
   'admin.stackVersions.version.upgrade.upgradeOptions.error': 'Could not 
proceed with upgrade:',
   'admin.stackVersions.version.upgrade.upgradeOptions.loading': 'Checking for 
supported upgrade types...',
 

Reply via email to