mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Merge pull request #7 from d-Rickyy-b/patch-1
FIX: Add missing translation of "Add" button
This commit is contained in:
commit
9ab1a674fe
|
|
@ -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