Added organisation information page
This commit is contained in:
@@ -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',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user