Browse Source

AMBARI-294: Add Nodes page - incorrect field label by Yusaku sako

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1342946 13f79535-47bb-0310-9956-ffa450edef68
Suhas 13 years ago
parent
commit
fee7107188
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGES.txt
  2. 1 1
      hmc/html/addNodesWizard.php

+ 2 - 0
CHANGES.txt

@@ -6,6 +6,8 @@ characters wide.
 
 
 Release 0.1.x - unreleased
 Release 0.1.x - unreleased
   
   
+  AMBARI-294. Add Nodes page - incorrect field label (Yusaku Sako via vgogate)
+
   AMBARI-293. Invoking browser "back" action on any step after the Add 
   AMBARI-293. Invoking browser "back" action on any step after the Add 
               Hosts step in the Cluster Init Wizard launches the host 
               Hosts step in the Cluster Init Wizard launches the host 
               discovery process again (Yusaku Sako via vgogate)
               discovery process again (Yusaku Sako via vgogate)

+ 1 - 1
hmc/html/addNodesWizard.php

@@ -72,7 +72,7 @@
                     </p>
                     </p>
                     <br/>
                     <br/>
                     <p>
                     <p>
-                    <label for="clusterHostsFileId">SSH Public Key File</label>
+                    <label for="clusterHostsFileId">Hosts File (newline-delimited list of hostnames)</label>
                     <input type="file" name="clusterHostsFile" id="clusterHostsFileId" value="" placeholder="">
                     <input type="file" name="clusterHostsFile" id="clusterHostsFileId" value="" placeholder="">
                     </p>
                     </p>