diff --git a/views/inventory.blade.php b/views/inventory.blade.php index 42de3518..758118bc 100644 --- a/views/inventory.blade.php +++ b/views/inventory.blade.php @@ -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') ))