Skip to content

Commit

Permalink
gui: s/foldersendonly.html/foldertypes.html
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Dec 27, 2016
1 parent c765f7b commit 54911d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/default/syncthing/folder/editFolderModalView.html
Expand Up @@ -84,7 +84,7 @@
<div class="col-md-6">
<div class="form-group">
<label translate>Folder Type</label>
&nbsp;<a href="https://docs.syncthing.net/users/foldersendonly.html" target="_blank"><span class="fa fa-book"></span>&nbsp;<span translate>Help</span></a>
&nbsp;<a href="https://docs.syncthing.net/users/foldertypes.html" target="_blank"><span class="fa fa-book"></span>&nbsp;<span translate>Help</span></a>
<select class="form-control" ng-model="currentFolder.type">
<option value="readwrite" translate>Send &amp; Receive</option>
<option value="readonly" translate>Send Only</option>
Expand Down

0 comments on commit 54911d4

Please sign in to comment.