Fix untranslateable hint values

This commit is contained in:
rozgonik 2021-03-30 21:30:14 +02:00 committed by GitHub
parent c483c34598
commit 7123172e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
'id' => 'purchased_date', 'id' => 'purchased_date',
'label' => 'Purchased date', 'label' => 'Purchased date',
'format' => 'YYYY-MM-DD', 'format' => 'YYYY-MM-DD',
'hint' => 'This will apply to added products', 'hint' => $__t('This will apply to added products'),
'initWithNow' => true, 'initWithNow' => true,
'limitEndToNow' => false, 'limitEndToNow' => false,
'limitStartToNow' => false, 'limitStartToNow' => false,
@ -61,7 +61,7 @@
@include('components.datetimepicker', array( @include('components.datetimepicker', array(
'id' => 'best_before_date', 'id' => 'best_before_date',
'label' => 'Due date', 'label' => 'Due date',
'hint' => 'This will apply to added products', 'hint' => $__t('This will apply to added products'),
'format' => 'YYYY-MM-DD', 'format' => 'YYYY-MM-DD',
'initWithNow' => false, 'initWithNow' => false,
'limitEndToNow' => false, 'limitEndToNow' => false,