mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Distinguish expiry/best before dates (closes #851)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
@include('components.numberpicker', array(
|
||||
'id' => 'batteries_due_soon_days',
|
||||
'additionalAttributes' => 'data-setting-key="batteries_due_soon_days"',
|
||||
'label' => 'Batteries due to be charged soon days',
|
||||
'label' => 'Due soon days',
|
||||
'min' => 1,
|
||||
'invalidFeedback' => $__t('This cannot be lower than %s', '1'),
|
||||
'additionalCssClasses' => 'user-setting-control'
|
||||
|
Reference in New Issue
Block a user