Update the dashboard with an organisations widget

This commit is contained in:
2022-03-07 16:27:52 +00:00
parent 2005a17eef
commit 012b633eaf
10 changed files with 554 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ return [
1 => 'Organisation',
2 => 'Organisations',
'LATEST' => 'Latest Organisations',
'VIEW_ALL' => 'View all organisations',
'PAGE_DESCRIPTION' => 'A listing of the organisations for your site. Provides management tools for editing and deleting organisations.',
'DELETED_PAGE_DESCRIPTION' => 'A listing of the deleted organisations for your site. Provides management tools for restoring and permenently deleting organisations.',
'INFO_PAGE' => 'Organisation information page for {{name}}',
@@ -164,6 +167,8 @@ return [
2 => 'Administrators',
],
'CREATED_ON' => 'Created on',
'MERGE' => 'Merge',
'MERGE_INTO' => 'Merge into',
'MERGE_CANNOT_UNDONE' => 'This action cannot be undone.',