AMBARI-18916 - Manage JournalNodes Wizard: Text adjustments (rzang)

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

Branch: refs/heads/branch-feature-AMBARI-18456
Commit: dbf9e66b2f232083a01e22ecd283d385b76b1790
Parents: 82c13df
Author: Richard Zang <[email protected]>
Authored: Wed Nov 16 17:40:37 2016 -0800
Committer: Richard Zang <[email protected]>
Committed: Wed Nov 16 18:02:23 2016 -0800

----------------------------------------------------------------------
 ambari-web/app/messages.js                              | 12 ++++++------
 .../main/admin/highAvailability/journalNode/step2.hbs   |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/dbf9e66b/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 83a7208..7ba19db 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -1284,7 +1284,7 @@ Em.I18n.translations = {
   'admin.kerberos.wizard.step1.notice.inProgress': 'Please wait while cluster 
is being unkerberized',
 
   'admin.manageJournalNode.label': 'Manage JournalNode',
-  'admin.manageJournalNode.wizard.header': 'Manage JournalNode Wizard',
+  'admin.manageJournalNode.wizard.header': 'Manage JournalNodes Wizard',
   'admin.manageJournalNode.wizard.step1.header': 'Assign JournalNodes',
   'admin.manageJournalNode.wizard.step2.header': 'Review',
   'admin.manageJournalNode.wizard.step3.header': 'Save Namespace',
@@ -1294,7 +1294,7 @@ Em.I18n.translations = {
   'admin.manageJournalNode.wizard.step7.header': 'BootStrap StandBy NameNode',
   'admin.manageJournalNode.wizard.step8.header': 'Start All Services',
 
-  'admin.manageJournalNode.wizard.step1.body': 'Assign hosts to JournalNodes',
+  'admin.manageJournalNode.wizard.step1.body': 'Add, or Remove JournalNodes',
   'admin.manageJournalNode.wizard.step3.confirm.config.body':'<div 
class="alert alert-info">' +
   '<b>Review Configuration Changes.</b></br>' +
   'The following lists the configuration changes that will be made by the 
Wizard to manage JournalNode. This information is for <b> review only </b>.' +
@@ -1318,10 +1318,10 @@ Em.I18n.translations = {
 
   'admin.manageJournalNode.step4.save.configuration.note' : 'This 
configuration is created by Manage JournalNode Wizard',
 
-  'admin.manageJournalNode.wizard.step8.notice.inProgress': 'Wait all services 
to be started',
-  'admin.manageJournalNode.wizard.progressPage.notice.inProgress': 'Please 
wait JournalNodes being deployed',
+  'admin.manageJournalNode.wizard.step8.notice.inProgress': 'Please wait while 
services are started',
+  'admin.manageJournalNode.wizard.progressPage.notice.inProgress': 'Please 
wait while JournalNodes are being deployed',
   'admin.manageJournalNode.wizard.step6.notice.inProgress': 'Please wait for 
related services to be started',
-  'admin.manageJournalNode.wizard.step4.notice.inProgress': 'Please wait 
JournalNodes being deployed',
+  'admin.manageJournalNode.wizard.step4.notice.inProgress': 'Please wait while 
JournalNodes are being deployed',
   'admin.manageJournalNode.wizard.step8.notice.completed':'JournalNodes has 
been processed successfully.',
 
   'admin.manageJournalNode.wizard.step3.body':
@@ -1345,7 +1345,7 @@ Em.I18n.translations = {
 
   'admin.manageJournalNode.wizard.step7.body':
   '<div class="alert alert-info">' +
-  '<ol start="3">' +
+  '<ol start="1">' +
   '<li>Login to the Additional NameNode host <b>{1}</b>.<br>' +
   '<div class="alert alert-warn"><strong>Important!</strong> Be sure to login 
to the Additional NameNode host.<br>This is a different host from previous 
steps.</div>' +
   '</li>' +

http://git-wip-us.apache.org/repos/asf/ambari/blob/dbf9e66b/ambari-web/app/templates/main/admin/highAvailability/journalNode/step2.hbs
----------------------------------------------------------------------
diff --git 
a/ambari-web/app/templates/main/admin/highAvailability/journalNode/step2.hbs 
b/ambari-web/app/templates/main/admin/highAvailability/journalNode/step2.hbs
index e25e7b7..547d364 100644
--- a/ambari-web/app/templates/main/admin/highAvailability/journalNode/step2.hbs
+++ b/ambari-web/app/templates/main/admin/highAvailability/journalNode/step2.hbs
@@ -17,7 +17,7 @@
 }}
 
 <div class="wizard-content col-md-9">
-  <h4 class="step-title">{{t admin.manageJournalNode.wizard.step3.header}}</h4>
+  <h4 class="step-title">{{t admin.manageJournalNode.wizard.step2.header}}</h4>
   <div class="panel panel-default">
     <div class="panel-body">
     <div id="manage-journal-node-step2-content" class="well pre-scrollable">

Reply via email to