diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-12-18 17:45:12 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-12-18 17:45:12 +0100 |
| commit | cb928fcc0eb29bb98d70b5e13eeca067cc24acec (patch) | |
| tree | 7df0049b6ddbe8b731e057bbcc5932795e51700c /app/views/consultation/admin/edit.php | |
| parent | dea06a3f42f7ef1c165b6e192118b79e21f18467 (diff) | |
adjust wording, re #3435issue-3589
Diffstat (limited to 'app/views/consultation/admin/edit.php')
| -rw-r--r-- | app/views/consultation/admin/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/consultation/admin/edit.php b/app/views/consultation/admin/edit.php index f0b1a4f..347a05a 100644 --- a/app/views/consultation/admin/edit.php +++ b/app/views/consultation/admin/edit.php @@ -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; ?> |
