mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 15:17:25 +00:00
gui: Wording of auto upgrade selections
This commit is contained in:
parent
1c9361a818
commit
20f8b4fd57
@ -26,7 +26,6 @@
|
|||||||
"Be careful!": "Be careful!",
|
"Be careful!": "Be careful!",
|
||||||
"Bugs": "Bugs",
|
"Bugs": "Bugs",
|
||||||
"CPU Utilization": "CPU Utilization",
|
"CPU Utilization": "CPU Utilization",
|
||||||
"Candidate releases": "Candidate releases",
|
|
||||||
"Changelog": "Changelog",
|
"Changelog": "Changelog",
|
||||||
"Clean out after": "Clean out after",
|
"Clean out after": "Clean out after",
|
||||||
"Close": "Close",
|
"Close": "Close",
|
||||||
@ -184,6 +183,7 @@
|
|||||||
"Single level wildcard (matches within a directory only)": "Single level wildcard (matches within a directory only)",
|
"Single level wildcard (matches within a directory only)": "Single level wildcard (matches within a directory only)",
|
||||||
"Smallest First": "Smallest First",
|
"Smallest First": "Smallest First",
|
||||||
"Source Code": "Source Code",
|
"Source Code": "Source Code",
|
||||||
|
"Stable releases and release candidates": "Stable releases and release candidates",
|
||||||
"Stable releases only": "Stable releases only",
|
"Stable releases only": "Stable releases only",
|
||||||
"Staggered File Versioning": "Staggered File Versioning",
|
"Staggered File Versioning": "Staggered File Versioning",
|
||||||
"Start Browser": "Start Browser",
|
"Start Browser": "Start Browser",
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
<select class="form-control" ng-model="tmpOptions.upgrades">
|
<select class="form-control" ng-model="tmpOptions.upgrades">
|
||||||
<option value="none" translate>No upgrades</option>
|
<option value="none" translate>No upgrades</option>
|
||||||
<option value="stable" translate>Stable releases only</option>
|
<option value="stable" translate>Stable releases only</option>
|
||||||
<option value="candidate" translate>Candidate releases</option>
|
<option value="candidate" translate>Stable releases and release candidates</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user