Show member join status in the members table

This commit is contained in:
2022-02-28 11:12:27 +00:00
parent 2fe8c7fd16
commit 0aeebffdc7
2 changed files with 8 additions and 14 deletions

View File

@@ -158,6 +158,8 @@ return [
'PENDING' => 'Pending',
'APPROVE' => 'Approve',
'DENY' => 'Deny',
'ACCEPTED' => 'Accepted',
'REJECTED' => 'Rejected',
'VIEW_DELETED' => 'View deleted',
'DELETED' => 'Deleted',