Allow deletion of multiple allocations at once (#1322)
This commit is contained in:
parent
053d7917ae
commit
262ef78fae
6 changed files with 164 additions and 7 deletions
|
@ -258,6 +258,10 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'allocations' => [
|
||||
'mass_actions' => 'Mass Actions',
|
||||
'delete' => 'Delete Allocations',
|
||||
],
|
||||
'files' => [
|
||||
'exceptions' => [
|
||||
'invalid_mime' => 'This type of file cannot be edited via the Panel\'s built-in editor.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue