You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/11/20 17:39:55 UTC

git commit: AMBARI-3821. Make Ambari Add Host Wizard more clear on manual registration of new node. (Mikhail Bayuk via yusaku)

Updated Branches:
  refs/heads/trunk 94ec68b77 -> a1bbb6e5b


AMBARI-3821. Make Ambari Add Host Wizard more clear on manual registration of new node. (Mikhail Bayuk 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/a1bbb6e5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/a1bbb6e5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/a1bbb6e5

Branch: refs/heads/trunk
Commit: a1bbb6e5b98b3376c2875086df9d1446545dfdb6
Parents: 94ec68b
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Nov 20 08:40:03 2013 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Nov 20 08:40:03 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/a1bbb6e5/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 10d7bbf..b808c31 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -303,8 +303,9 @@ Em.I18n.translations = {
   'installer.step2.sshKey.error.required':'SSH Private Key is required',
   'installer.step2.passphrase.error.match':'Passphrases do not match',
   'installer.step2.manualInstall.label':'Do not use SSH to automatically configure hosts ',
-  'installer.step2.manualInstall.info':'By not using SSH to connect to the target hosts, you must manually install the ' +
-    'Ambari Agent on each host in order for the wizard to perform the necessary configurations and software installs.',
+  'installer.step2.manualInstall.info':'By not using SSH to connect to the target hosts, you must manually install and' +
+    ' start the Ambari Agent on each host in order for the wizard to perform the necessary configurations and' +
+    ' software installs.',
   'installer.step2.advancedOption':'Advanced Options',
   'installer.step2.repoConf':'Software Repository Configuration File Path',
   'installer.step2.advancedOptions.header':'Advanced Options',