diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-07-07 10:37:32 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-07-07 10:41:15 +0200 |
| commit | b64e91ebba90a40dade05309a0dec73367344b3b (patch) | |
| tree | c40fb389f4b75381d7c884f27fed1817f049cde2 | |
| parent | f090ba60d3868d22be39a603097637f3913dc475 (diff) | |
fix typo, fixes #5691
Closes #5691
Merge request studip/studip!4320
| -rw-r--r-- | app/controllers/settings/notification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/settings/notification.php b/app/controllers/settings/notification.php index b36b0dd..d1a7839 100644 --- a/app/controllers/settings/notification.php +++ b/app/controllers/settings/notification.php @@ -73,7 +73,7 @@ class Settings_NotificationController extends Settings_SettingsController $seminars = $statement->fetchAll(PDO::FETCH_ASSOC); if (!count($seminars)) { - $message = sprintf(_('Sie haben zur Zeit keine Veranstaltungen belegt. Bitte nutzen Sie %s<b>Veranstaltung suchen / hinzufügen</b>%s um sch für Veranstaltungen anzumdelden.'), + $message = sprintf(_('Sie haben zur Zeit keine Veranstaltungen belegt. Bitte nutzen Sie %s<b>Veranstaltung suchen / hinzufügen</b>%s um sich für Veranstaltungen anzumdelden.'), '<a href="' . URLHelper::getLink('dispatch.php/search/courses') . '">', '</a>'); PageLayout::postInfo($message); $this->render_nothing(); |
