Added qty error string

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-02-23 13:21:58 +00:00
parent 96248e0023
commit 2bee4532ec

View file

@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Are you sure you wish to delete this component?',
'error' => 'There was an issue deleting the component. Please try again.',
'success' => 'The component was deleted successfully.'
'success' => 'The component was deleted successfully.',
'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(