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

@@ -89,6 +89,8 @@ return [
'JOIN_REQUEST' => [ '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' => 'Cancel request to join organisation',
'CANCEL_CONFIRM' => 'Are you sure you want to cancel your request to join the organisation <strong>{{name}}</strong>?', 'CANCEL_CONFIRM' => 'Are you sure you want to cancel your request to join the organisation <strong>{{name}}</strong>?',
'CANCEL_YES' => 'Yes, cancel request', 'CANCEL_YES' => 'Yes, cancel request',