Disallowed category type change string

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-01-10 16:15:51 -08:00
parent f50b622eb8
commit d508374c57

View file

@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Category was not updated, please try again',
'success' => 'Category updated successfully.'
'success' => 'Category updated successfully.',
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(