mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 09:01:14 +00:00
Remove "Allow partial units in stock" product option / unify number input validation messages
This commit is contained in:
@@ -68,8 +68,7 @@
|
||||
'label' => 'Charge cycle interval (days)',
|
||||
'value' => $value,
|
||||
'min' => '0',
|
||||
'hint' => $__t('0 means suggestions for the next charge cycle are disabled'),
|
||||
'invalidFeedback' => $__t('This cannot be negative')
|
||||
'hint' => $__t('0 means suggestions for the next charge cycle are disabled')
|
||||
))
|
||||
|
||||
@include('components.userfieldsform', array(
|
||||
|
Reference in New Issue
Block a user