Merge pull request #7 from d-Rickyy-b/patch-1

FIX: Add missing translation of "Add" button
This commit is contained in:
Bernd Bestel
2018-05-07 22:38:32 +02:00
committed by GitHub

View File

@@ -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>&nbsp;Add
<i class="fa fa-plus"></i>&nbsp;{{ $L('Add') }}
</a>
</h1>