Forráskód Böngészése

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 éve
szülő
commit
fee7107188
2 módosított fájl, 3 hozzáadás és 1 törlés
  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
   
+  AMBARI-294. Add Nodes page - incorrect field label (Yusaku Sako via vgogate)
+
   AMBARI-293. Invoking browser "back" action on any step after the Add 
               Hosts step in the Cluster Init Wizard launches the host 
               discovery process again (Yusaku Sako via vgogate)

+ 1 - 1
hmc/html/addNodesWizard.php

@@ -72,7 +72,7 @@
                     </p>
                     <br/>
                     <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="">
                     </p>