Skip to content
Snippets Groups Projects
Commit 736d72de authored by Dick Visser's avatar Dick Visser
Browse files

remove long line in docs

parent 1a29e0c0
No related branches found
No related tags found
No related merge requests found
......@@ -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>.',
]
]
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment