Fixed string
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
09e2c0beab
commit
7858c72b98
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ return [
|
||||||
'clone' => 'Clone :item_type',
|
'clone' => 'Clone :item_type',
|
||||||
'edit' => 'Edit :item_type',
|
'edit' => 'Edit :item_type',
|
||||||
'delete' => 'Delete :item_type',
|
'delete' => 'Delete :item_type',
|
||||||
'restore' => 'Delete :item_type',
|
'restore' => 'Restore :item_type',
|
||||||
'create' => 'Create New :item_type',
|
'create' => 'Create New :item_type',
|
||||||
'checkout' => 'Checkout :item_type',
|
'checkout' => 'Checkout :item_type',
|
||||||
'checkin' => 'Checkin :item_type',
|
'checkin' => 'Checkin :item_type',
|
||||||
|
|
Loading…
Add table
Reference in a new issue