Added qty error string
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
96248e0023
commit
2bee4532ec
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue