Browse Source

Merge pull request #357 from jpjp/patch-1

Change Name -> Node Name to match Add Repo dialog.
Jakob Borg 11 years ago
parent
commit
7626c5d526
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>