Added organisation members table & associated table column data
This commit is contained in:
@@ -24,12 +24,15 @@ return [
|
||||
|
||||
'EDIT' => 'Edit organistion',
|
||||
'UPDATE' => 'Details updated for organistion <strong>{{name}}</strong>',
|
||||
|
||||
|
||||
'DELETE' => 'Delete organisation',
|
||||
'DELETE_CONFIRM' => 'Are you sure you want to delete the organisation <strong>{{name}}</strong>?',
|
||||
'DELETE_YES' => 'Yes, delete organisation',
|
||||
'DELETION_SUCCESSFUL' => 'Successfully deleted organisation <strong>{{name}}</strong>',
|
||||
|
||||
'TOTAL_MEMBER_COUNT' => '# Members <sub>(inc admins)</sub>',
|
||||
'ADMIN_COUNT' => '# Admins',
|
||||
|
||||
'NAME' => [
|
||||
1 => 'Organisation name',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user