gui: Add missing translation string to log viewer

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4714
This commit is contained in:
Simon Frei 2018-01-28 08:40:06 +00:00 committed by Jakob Borg
parent 80079e8322
commit a0514bb1a7
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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">