gui: "versioner" -> "versioning" and add missing translations

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4435
This commit is contained in:
Simon Frei
2017-10-20 13:55:22 +00:00
committed by Jakob Borg
parent dfad6a2aa9
commit c704ba9ef9
5 changed files with 8 additions and 5 deletions

View File

@@ -180,7 +180,7 @@
<label translate for="externalCommand">Command</label>
<input name="externalCommand" id="externalCommand" class="form-control" type="text" ng-model="currentFolder.externalCommand" required="" aria-required="true" />
<p class="help-block">
<span translate ng-if="folderEditor.externalCommand.$valid || folderEditor.externalCommand.$pristine">See external versioner help for supported templated command line parameters.</span>
<span translate ng-if="folderEditor.externalCommand.$valid || folderEditor.externalCommand.$pristine">See external versioning help for supported templated command line parameters.</span>
<span translate ng-if="folderEditor.externalCommand.$error.required && folderEditor.externalCommand.$dirty">The path cannot be blank.</span>
</p>
</div>