mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00: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">
|
||||
@yield('title')
|
||||
<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>
|
||||
</h1>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user