瀏覽代碼

Shorter Global Discovery label

Jakob Borg 11 年之前
父節點
當前提交
8d2a6d96f2
共有 3 個文件被更改,包括 2 次插入3 次删除
  1. 0 1
      gui/assets/lang/lang-en.json
  2. 1 1
      gui/index.html
  3. 1 1
      internal/auto/gui.files.go

+ 0 - 1
gui/assets/lang/lang-en.json

@@ -49,7 +49,6 @@
    "Generate": "Generate",
    "Global Discovery": "Global Discovery",
    "Global Discovery Server": "Global Discovery Server",
-   "Global Discovery Servers": "Global Discovery Servers",
    "Global State": "Global State",
    "Idle": "Idle",
    "Ignore Patterns": "Ignore Patterns",

+ 1 - 1
gui/index.html

@@ -201,7 +201,7 @@
                     <td class="text-right">{{system.cpuPercent | alwaysNumber | natural:1}}%</td>
                   </tr>
                   <tr ng-if="system.extAnnounceOK != undefined && announceServersTotal > 0">
-                    <th><span class="glyphicon glyphicon-bullhorn"></span>&emsp;<span translate>Global Discovery Servers</span></th>
+                    <th><span class="glyphicon glyphicon-bullhorn"></span>&emsp;<span translate>Global Discovery</span></th>
                     <td class="text-right">
                       <span ng-if="announceServersFailed.length == 0" class="data text-success">
                         <span>OK</span>

文件差異過大導致無法顯示
+ 1 - 1
internal/auto/gui.files.go


部分文件因文件數量過多而無法顯示