gui: Re-word introducer text (fixes #1819)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3831
This commit is contained in:
Adam Piggott
2017-04-01 11:06:13 +00:00
committed by Audrius Butkevicius
parent 2ff08e6c84
commit 79eac61b09

View File

@@ -40,7 +40,7 @@
<label> <label>
<input type="checkbox" ng-model="currentDevice.introducer"> <span translate>Introducer</span> <input type="checkbox" ng-model="currentDevice.introducer"> <span translate>Introducer</span>
</label> </label>
<p translate class="help-block">Any devices configured on an introducer device will be added to this device as well.</p> <p translate class="help-block">Add devices from the introducer to our device list, for mutually shared folders.</p>
</div> </div>
</div> </div>
<div class="row"> <div class="row">