mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +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(
|
||||
'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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user