Repository: ambari Updated Branches: refs/heads/trunk 0272ace43 -> e3fd2f0bd
AMBARI-18004. Wrong messages on NameNode HA Wizard step9 (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e3fd2f0b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e3fd2f0b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e3fd2f0b Branch: refs/heads/trunk Commit: e3fd2f0bd1586e697d2634efdbfda5be1ab1745d Parents: 0272ace Author: Aleksandr Kovalenko <[email protected]> Authored: Wed Aug 3 14:53:41 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Wed Aug 3 15:01:16 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e3fd2f0b/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 62dc058..2d7ed6e 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1337,8 +1337,8 @@ Em.I18n.translations = { 'admin.highAvailability.wizard.step9.task4.title':'Reconfigure HBase', 'admin.highAvailability.wizard.step9.task5.title':'Reconfigure Accumulo', 'admin.highAvailability.wizard.step9.task6.title':'Reconfigure HAWQ', - 'admin.highAvailability.wizard.step9.task7.title':'Stop NameNodes', - 'admin.highAvailability.wizard.step9.task8.title':'Delete Secondary NameNode', + 'admin.highAvailability.wizard.step9.task7.title':'Delete Secondary NameNode', + 'admin.highAvailability.wizard.step9.task8.title':'Stop NameNodes', 'admin.highAvailability.wizard.step9.task9.title':'Start All Services', 'admin.highAvailability.wizard.step9.notice.completed':'NameNode HA has been enabled successfully.',
