diff --git a/modules/authorize/docs/authorize.md b/modules/authorize/docs/authorize.md index a5488346cfa96ecc1c856b162e86deff9c724a92..cfd25811a69616821eee19e0f16b556d66bc3d18 100644 --- a/modules/authorize/docs/authorize.md +++ b/modules/authorize/docs/authorize.md @@ -95,8 +95,10 @@ Additionally, some helpful instructions are shown. 'CN=All Teachers,OU=Staff,DC=example,DC=edu', ], 'reject_msg' => [ - 'en' => 'This service is only available to students and teachers. Please contact <a href="mailto:support@example.edu">support</a>.', - 'nl' => 'Deze dienst is alleen beschikbaar voor studenten en docenten. Neem contact op met <a href="mailto:support@example.edu">support</a>.', + 'en' => 'This service is only available to students and teachers.' . + 'Please contact <a href="mailto:support@example.edu">support</a>.', + 'nl' => 'Deze dienst is alleen beschikbaar voor studenten en docenten.' . + 'Neem contact op met <a href="mailto:support@example.edu">support</a>.', ] ] ]