mirror of
https://github.com/grocy/grocy.git
synced 2025-05-01 02:20:48 +00:00
Fixed that a string was never translated
This commit is contained in:
parent
87976b86d9
commit
52dd01f313
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user