We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359ccf0 commit 98cc529Copy full SHA for 98cc529
1 file changed
settings.php
@@ -394,7 +394,7 @@
394
395
$sendicalnotificationshelp = get_string('sendicalnotifications_help', 'mod_zoom');
396
if (empty($CFG->allowattachments)) {
397
- $sendicalnotificationshelp .= '<div class="alert alert-block alert-warning" role="alert">'
+ $sendicalnotificationshelp .= '<div class="alert alert-block alert-warning" role="alert">'
398
. get_string('sendicalnotifications_warning', 'mod_zoom') . '</div>';
399
}
400
0 commit comments