Browse Source

Change Name -> Node Name to match Add Repo dialog.

jpjp 11 years ago
parent
commit
9eda8f2c7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/index.html

+ 1 - 1
gui/index.html

@@ -442,7 +442,7 @@ found in the LICENSE file.
               </p>
             </div>
             <div class="form-group">
-              <label for="name">Name</label>
+              <label for="name">Node Name</label>
               <input placeholder="Home Server" id="name" class="form-control" type="text" ng-model="currentNode.Name"></input>
               <p class="help-block">Shown instead of Node ID in the cluster status.</p>
             </div>