Change language from Reject to Deny
This commit is contained in:
@@ -42,14 +42,6 @@ return [
|
||||
'DELETE_YES' => 'Yes, delete organisation',
|
||||
'DELETION_SUCCESSFUL' => 'Successfully deleted organisation <strong>{{name}}</strong>',
|
||||
|
||||
'REGISTER' => 'Register organisation',
|
||||
'REGISTRATION_SUCCESSFUL' => 'Successfully registered organisation <strong>{{name}}</strong>',
|
||||
|
||||
'CANCEL_REGISTRATION' => 'Cancel organisation registration',
|
||||
'CANCEL_REGISTRATION_CONFIRM' => 'Are you sure you want to cancel the registration request for organisation <strong>{{name}}</strong>?',
|
||||
'CANCEL_REGISTRATION_YES' => 'Yes, cancel organisation registration',
|
||||
'CANCEL_REGISTRATION_SUCCESSFUL' => 'Successfully cancelled registration of organisation <strong>{{name}}</strong>',
|
||||
|
||||
'MEMBER_COUNT' => '# Members <sub>(excl admins)</sub>',
|
||||
'ADMIN_COUNT' => '# Admins',
|
||||
|
||||
@@ -74,13 +66,21 @@ return [
|
||||
'SLUG' => [
|
||||
'IN_USE' => 'Organisation slug <strong>{{slug}}</strong> is already in use.',
|
||||
],
|
||||
'APPROVAL' => [
|
||||
'REGISTRATION' => [
|
||||
'REGISTER' => 'Register organisation',
|
||||
'SUCCESSFUL' => 'Successfully registered organisation <strong>{{name}}</strong>',
|
||||
|
||||
'CANCEL' => 'Cancel organisation registration',
|
||||
'CANCEL_CONFIRM' => 'Are you sure you want to cancel the registration request for organisation <strong>{{name}}</strong>?',
|
||||
'CANCEL_YES' => 'Yes, cancel organisation registration',
|
||||
'CANCEL_SUCCESSFUL' => 'Successfully cancelled registration of organisation <strong>{{name}}</strong>',
|
||||
|
||||
'PENDING' => 'This organisation is pending approval!',
|
||||
'TOKEN_NOT_FOUND' => 'Approval token does not exist / Organisation is already approved/rejected.',
|
||||
'APPROVED' => 'You have successfully approved the organisation <strong>{{name}}</strong>.',
|
||||
'REJECTED' => 'You have successfully rejected the organisation <strong>{{name}}</strong>.',
|
||||
'APPROVE' => 'Approve organisation',
|
||||
'REJECT' => 'Reject organisation',
|
||||
'TOKEN_NOT_FOUND' => 'Approval token does not exist / Organisation registration has already been approved/denied.',
|
||||
'APPROVED' => 'You have successfully approved the registration of organisation <strong>{{name}}</strong>.',
|
||||
'DENIED' => 'You have successfully denied the registration of organisation <strong>{{name}}</strong>.',
|
||||
'APPROVE' => 'Approve organisation registration',
|
||||
'DENY' => 'Deny organisation registration',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -106,7 +106,7 @@ return [
|
||||
'APPROVED' => 'Approved',
|
||||
'PENDING' => 'Pending',
|
||||
'APPROVE' => 'Approve',
|
||||
'REJECT' => 'Reject',
|
||||
'DENY' => 'Deny',
|
||||
|
||||
'VIEW_DELETED' => 'View deleted',
|
||||
'DELETED' => 'Deleted',
|
||||
|
||||
Reference in New Issue
Block a user