mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-17 21:00:09 -07:00
Translate form submit button
This commit is contained in:
parent
d81eef8bea
commit
b97d9fd8b5
@ -132,4 +132,7 @@ part:
|
||||
molds: Molds of part
|
||||
prints: Prints
|
||||
|
||||
form:
|
||||
search.submit: Search
|
||||
|
||||
meta.description: Web catalogue of LEGO<sup>®</sup> parts for 3D printing
|
@ -22,7 +22,7 @@
|
||||
</div>
|
||||
{{ form_row(form.category) }}
|
||||
<div class="field">
|
||||
<input class="ui fluid submit green button" type="submit" value="Search"/>
|
||||
<input class="ui fluid submit green button" type="submit" value="{{ 'form.search.submit' | trans }}"/>
|
||||
</div>
|
||||
{{ form_end(form) }}
|
||||
</div>
|
||||
|
@ -30,7 +30,7 @@
|
||||
{{ form_rest(form) }}
|
||||
|
||||
<div class="field">
|
||||
<input class="ui fluid submit green button" type="submit" value="{{ 'form.search'|trans({},'messages') }}"/>
|
||||
<input class="ui fluid submit green button" type="submit" value="{{ 'form.search.submit' | trans }}"/>
|
||||
</div>
|
||||
{{ form_end(form) }}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user