Merge pull request #174 from witzig/patches-2

Fixed some translation tags
This commit is contained in:
Andris Reinman 2017-03-11 15:37:03 +02:00 committed by GitHub
commit cf03039268
5 changed files with 30 additions and 40 deletions

View file

@ -56,7 +56,7 @@
<div class="col-sm-10">
<p class="form-control-static">
Select a template:
{{#translate}}Select a template:{{/translate}}
</p>
<div>
<select class="form-control" id="template" name="template">

View file

@ -84,7 +84,7 @@
<div class="form-group">
<label for="from" class="col-sm-2 control-label">{{#translate}}Email "from name"{{/translate}}</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="from" id="from" value="{{from}}" placeholder="T{{#translate}}his is the name your emails will come from{{/translate}}" required>
<input type="text" class="form-control" name="from" id="from" value="{{from}}" placeholder="{{#translate}}This is the name your emails will come from{{/translate}}" required>
</div>
</div>
<div class="form-group">