mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
FIX: Add missing translation of "Add" button
The "Add" button was not translated in the 'Quantity units' form.
This commit is contained in:
parent
a9a1358b08
commit
2f0a1391b7
|
|
@ -10,7 +10,7 @@
|
||||||
<h1 class="page-header">
|
<h1 class="page-header">
|
||||||
@yield('title')
|
@yield('title')
|
||||||
<a class="btn btn-default" href="{{ $U('/quantityunit/new') }}" role="button">
|
<a class="btn btn-default" href="{{ $U('/quantityunit/new') }}" role="button">
|
||||||
<i class="fa fa-plus"></i> Add
|
<i class="fa fa-plus"></i> {{ $L('Add') }}
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user