From 7023025fdcb65349dd207da3e3ade80515063bdf Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Fri, 18 Feb 2022 10:17:41 +0000 Subject: [PATCH] Provided text for a button tooltip --- locale/en_US/messages.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locale/en_US/messages.php b/locale/en_US/messages.php index 4b95af0..c2e89cd 100644 --- a/locale/en_US/messages.php +++ b/locale/en_US/messages.php @@ -87,7 +87,9 @@ return [ 'DENY' => 'Deny organisation registration', ], 'JOIN_REQUEST' => [ - 'SUBMIT_SUCCESSFUL' => 'Request to join organisation {{name}} sent', + 'SUBMIT_SUCCESSFUL' => 'Request to join organisation {{name}} 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 {{name}}?',