FIX: Add missing translation of "Add" button

The "Add" button was not translated in the 'Quantity units' form.
This commit is contained in:
Rico 2018-05-07 22:30:17 +02:00 committed by GitHub
parent a9a1358b08
commit 2f0a1391b7
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>