1
0
Fork 0

Adjust for templates

Use new t() for template button text
This commit is contained in:
Adam Magness 2018-01-22 22:20:35 -05:00
commit 21f593bf4b
3 changed files with 25 additions and 21 deletions

View file

@ -58,7 +58,7 @@
</div>
<div class="upload">
<button id="upload-{{$type}}">{{"Upload"|t}}</button>
<button id="upload-{{$type}}">{{$upload}}</button>
</div>
</div>