mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Disallowed category type change string
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f50b622eb8
commit
d508374c57
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue