Added buttons to join/leave organisations (no functionality yet)

This commit is contained in:
2022-02-15 16:52:00 +00:00
parent e2180ddff3
commit 130c5ec9bb
4 changed files with 37 additions and 3 deletions

View File

@@ -110,8 +110,10 @@ return [
'VIEW_DELETED' => 'View deleted',
'DELETED' => 'Deleted',
'RETURN' => 'Return',
'JOIN' => 'Join',
'LEAVE' => 'Leave',
'ACTION_CANNOT_UNDONE' => 'This action cannot be undone!',
];