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
commit 9ab1a674fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>