Added organisation members table & associated table column data

This commit is contained in:
2022-02-04 13:58:44 +00:00
parent 830a1b49a8
commit 1edd850170
5 changed files with 197 additions and 2 deletions

View File

@@ -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',