duplicate feature
This commit is contained in:
@ -92,6 +92,7 @@ return [
|
||||
'created' => 'Created',
|
||||
'id' => 'ID',
|
||||
'more_actions' => 'More Actions',
|
||||
'duplicate' => 'Duplicate',
|
||||
|
||||
'title' => [
|
||||
'new' => 'New :type',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
'added' => ':type added!',
|
||||
'updated' => ':type updated!',
|
||||
'deleted' => ':type deleted!',
|
||||
'duplicated' => ':type duplicated!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Error: You are not allowed to manage this company!',
|
||||
|
Reference in New Issue
Block a user