Skip to content
Snippets Groups Projects
Commit cb928fcc authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

adjust wording, re #3435

parent dea06a3f
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ $intervals = [
<? if ($range instanceof Course): ?>
<label>
<input type="checkbox" name="mail-to-tutors" value="1" checked>
<?= _('Tutor/innen beim Versand allgemeiner Nachrichten berücksichtigen?') ?>
<?= _('Tutor/innen beim Versand von Buchungsbenachrichtigungen berücksichtigen?') ?>
</label>
<? endif; ?>
......
......@@ -61,7 +61,7 @@
<label>
<input type="checkbox" name="mail-to-tutors" value="1"
<? if ($block->mail_to_tutors) echo 'checked'; ?>>
<?= _('Tutor/innen beim Versand allgemeiner Nachrichten berücksichtigen?') ?>
<?= _('Tutor/innen beim Versand von Buchungsbenachrichtigungen berücksichtigen?') ?>
</label>
<? endif; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment