Merge pull request #174 from witzig/patches-2
Fixed some translation tags
This commit is contained in:
commit
cf03039268
5 changed files with 30 additions and 40 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue