15 lines
337 B
PHP
15 lines
337 B
PHP
<?php
|
|
|
|
return [
|
|
'fields' => [
|
|
'group' => 'Group',
|
|
'groups' => 'Groups',
|
|
'name' => 'Name',
|
|
'identifier' => 'Identifier',
|
|
'description' => 'Description',
|
|
'created_at' => 'Created at',
|
|
'Updated at' => 'Updated at',
|
|
'view_members' => 'View members of this group'
|
|
],
|
|
];
|