You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rz...@apache.org on 2016/03/23 18:34:48 UTC

ambari git commit: Summary:AMBARI-15520 Add more warning on Pause button saying no topology changes. (Joe Wang via rzang)

Repository: ambari
Updated Branches:
  refs/heads/trunk 360a09ef9 -> 13d487b77


Summary:AMBARI-15520 Add more warning on Pause button saying no topology changes.<fix1> (Joe Wang via rzang)


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

Branch: refs/heads/trunk
Commit: 13d487b778dbc8500ff206c2ac9adac78c71d044
Parents: 360a09e
Author: Richard Zang <rz...@apache.org>
Authored: Wed Mar 23 10:29:52 2016 -0700
Committer: Richard Zang <rz...@apache.org>
Committed: Wed Mar 23 10:29:52 2016 -0700

----------------------------------------------------------------------
 ambari-web/app/messages.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/13d487b7/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index b4ca9b0..636f826 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -1592,7 +1592,7 @@ Em.I18n.translations = {
   "<li>DO NOT enable / disable Kerberos</li>" +
   "<li>DO NOT enable / disable HA</li>" +
   "<li>DO NOT make any drastic changes to service configurations</li></ul>" +
-  "You <strong>MUST</strong> continue the {0} and finalize <strong>BEFORE</strong> performing <strong>ANY</strong> significant changes to the cluster should.",
+  "You <strong>MUST</strong> continue the {0} and finalize <strong>BEFORE</strong> performing <strong>ANY</strong> significant changes to the cluster.",
   'admin.stackUpgrade.downgrade.proceed': "Proceed with Downgrade",
   'admin.stackUpgrade.downgrade.body': "Are you sure you wish to abort the upgrade process and downgrade to <b>{0}</b>?",
   'admin.stackUpgrade.downgrade.retry.body': "Are you sure you wish to retry downgrade to <b>{0}</b>?",