Change language from Reject to Deny
This commit is contained in:
@@ -95,9 +95,9 @@ class OrganisationPermissions extends BaseSeed
|
||||
]),
|
||||
'approve_organisation' => new Permission([
|
||||
'slug' => 'approve_organisation',
|
||||
'name' => 'Approve/Reject organisation',
|
||||
'name' => 'Approve/Deny organisation registration',
|
||||
'conditions' => 'always()',
|
||||
'description' => 'Approve/Reject organisation registation request.',
|
||||
'description' => 'Approve/Deny organisation registation request.',
|
||||
]),
|
||||
'merge_organisations' => new Permission([
|
||||
'slug' => 'merge_organisations',
|
||||
|
||||
Reference in New Issue
Block a user