Browse Source

gui: Add missing translation string to log viewer

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4714
Simon Frei 7 years ago
parent
commit
a0514bb1a7

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

@@ -33,6 +33,7 @@
    "Automatic upgrade now offers the choice between stable releases and release candidates.": "Automatic upgrade now offers the choice between stable releases and release candidates.",
    "Automatic upgrades": "Automatic upgrades",
    "Automatically create or share folders that this device advertises at the default path.": "Automatically create or share folders that this device advertises at the default path.",
+   "Available debug logging facilities:": "Available debug logging facilities:",
    "Be careful!": "Be careful!",
    "Bugs": "Bugs",
    "CPU Utilization": "CPU Utilization",

+ 1 - 1
gui/default/syncthing/core/logViewerModalView.html

@@ -13,7 +13,7 @@
       </div>
 
       <div id="log-viewer-facilities" class="tab-pane">
-        <label>Available debug logging facilities:</label>
+        <label translate>Available debug logging facilities:</label>
         <table class="table table-condensed table-striped">
           <tbody>
             <tr ng-repeat="(name, data) in logging.facilities">