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 | |
| parent | dea06a3f42f7ef1c165b6e192118b79e21f18467 (diff) | |
adjust wording, re #3435issue-3589
| -rw-r--r-- | app/views/consultation/admin/create.php | 2 | ||||
| -rw-r--r-- | app/views/consultation/admin/edit.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/consultation/admin/create.php b/app/views/consultation/admin/create.php index 627afea..c973ccf 100644 --- a/app/views/consultation/admin/create.php +++ b/app/views/consultation/admin/create.php @@ -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; ?> 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; ?> |
