Fixed that a string was never translated

This commit is contained in:
Bernd Bestel 2019-07-07 09:29:04 +02:00
parent 87976b86d9
commit 52dd01f313
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -59,7 +59,7 @@
@include('components.locationpicker', array( @include('components.locationpicker', array(
'locations' => $locations, 'locations' => $locations,
'hint' => 'This will apply to added products' 'hint' => $__t('This will apply to added products')
)) ))
<button id="save-inventory-button" class="btn btn-success">{{ $__t('OK') }}</button> <button id="save-inventory-button" class="btn btn-success">{{ $__t('OK') }}</button>