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 = [ ...@@ -201,7 +201,7 @@ $intervals = [
<? if ($range instanceof Course): ?> <? if ($range instanceof Course): ?>
<label> <label>
<input type="checkbox" name="mail-to-tutors" value="1" checked> <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> </label>
<? endif; ?> <? endif; ?>
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<label> <label>
<input type="checkbox" name="mail-to-tutors" value="1" <input type="checkbox" name="mail-to-tutors" value="1"
<? if ($block->mail_to_tutors) echo 'checked'; ?>> <? if ($block->mail_to_tutors) echo 'checked'; ?>>
<?= _('Tutor/innen beim Versand allgemeiner Nachrichten berücksichtigen?') ?> <?= _('Tutor/innen beim Versand von Buchungsbenachrichtigungen berücksichtigen?') ?>
</label> </label>
<? endif; ?> <? endif; ?>
......
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