bug fix to filemanager (change permissions)

This commit is contained in:
usmannasir
2019-02-12 01:57:35 +05:00
parent a8c4fc8f20
commit 5e6f3a97a5
5 changed files with 27 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
<div ng-hide="installationDetailsForm" class="form-group">
<label class="col-sm-3 control-label">{% trans "Path" %}</label>
<div class="col-sm-6">
<input placeholder="Leave emtpy to install in website home directory. (Without preceding slash)" type="text" class="form-control" ng-model="installPath">
<input placeholder="Leave empty to install in website home directory. (Without preceding slash)" type="text" class="form-control" ng-model="installPath">
</div>
</div>