Added organisation information page

This commit is contained in:
2022-02-07 11:23:32 +00:00
parent 1edd850170
commit feaf3d5813
8 changed files with 382 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ return [
2 => 'Organisations',
'PAGE_DESCRIPTION' => 'A listing of the organisations for your site. Provides management tools for editing and deleting organisations.',
'INFO_PAGE' => 'Organisation information page for {{name}}',
'SUMMARY' => 'Organisation Summary',
'CREATE' => 'Create organisation',
'CREATION_SUCCESSFUL' => 'Successfully created organisation <strong>{{name}}</strong>',
@@ -43,4 +45,14 @@ return [
'IN_USE' => 'Organisation slug <strong>{{slug}}</strong> is already in use.',
],
],
'MEMBER' => [
1 => 'Member',
2 => 'Members',
],
'ADMIN' => [
1 => 'Administrator',
2 => 'Administrators',
],
];