Updated Branches:
  refs/heads/trunk bdd36f5c6 -> e4a263877

AMBARI-3121. Remove "on the cluster" text from UI on Kerb. (xiwang via yusaku)


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

Branch: refs/heads/trunk
Commit: e4a263877730dfc7d0792fedb27649cdf4d4b5a5
Parents: bdd36f5
Author: Yusaku Sako <[email protected]>
Authored: Fri Sep 6 11:04:44 2013 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Fri Sep 6 11:04:44 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e4a26387/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 95496f5..b837458 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -750,9 +750,9 @@ Em.I18n.translations = {
     '<b>manual steps</b> (that you must perform in sequence as instructed by 
the wizard).<br/><br/>' +
     '<b>You should plan a cluster maintanance window and prepare for cluster 
downtime when enabling NameNode HA.</b>',
   'admin.highAvailability.wizard.step1.alert':'As part of this process, your 
current Secondary NameNode will be disabled and new JournalNodes will be 
introduced into the cluster.',
-  'admin.security.title':'Kerberos Security has not been enabled on this 
cluster.',
-  'admin.security.enabled': 'Kerberos security is enabled on the cluster',
-  'admin.security.disabled': 'Kerberos security is disabled on the cluster',
+  'admin.security.title':'Kerberos Security has not been enabled',
+  'admin.security.enabled': 'Kerberos security is enabled',
+  'admin.security.disabled': 'Kerberos security is disabled',
   'admin.security.button.enable':'Enable Security',
   'admin.security.button.disable':'Disable Security',
   'admin.security.enable.popup.body': 'We will walk you through add security 
wizard',

Reply via email to