Provided text for a button tooltip

This commit is contained in:
2022-02-18 10:17:41 +00:00
parent 506dbad7ae
commit 7023025fdc

View File

@@ -87,7 +87,9 @@ return [
'DENY' => 'Deny organisation registration',
],
'JOIN_REQUEST' => [
'SUBMIT_SUCCESSFUL' => 'Request to join organisation <strong>{{name}}</strong> sent',
'SUBMIT_SUCCESSFUL' => 'Request to join organisation <strong>{{name}}</strong> sent',
'REQUEST' => 'Request to join organisation',
'CANCEL' => 'Cancel request to join organisation',
'CANCEL_CONFIRM' => 'Are you sure you want to cancel your request to join the organisation <strong>{{name}}</strong>?',