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