瀏覽代碼

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

Yusaku Sako 11 年之前
父節點
當前提交
a1bbb6e5b9
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      ambari-web/app/messages.js

+ 3 - 2
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',