diff --git a/resources/lang/en-US/admin/components/message.php b/resources/lang/en-US/admin/components/message.php index 0a7dd8d95..ec39dc417 100644 --- a/resources/lang/en-US/admin/components/message.php +++ b/resources/lang/en-US/admin/components/message.php @@ -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(