Translation into Portuguese of Portugal and Brazil

Translates placeholder message from the form Install WordPress. Item change: Path Text Box.
This commit is contained in:
Guilherme Lima
2020-05-05 15:21:22 -03:00
parent 6b830e4c50
commit e5d784b75f
3 changed files with 11 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 empty to install in website home directory. (Without preceding slash)" type="text" class="form-control" ng-model="installPath">
<input placeholder="{% trans "Leave empty to install in website home directory. (Without preceding slash)" %}" type="text" class="form-control" ng-model="installPath">
</div>
</div>