diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2025-08-07 14:00:17 +0200 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2025-08-07 14:00:17 +0200 |
| commit | c6b143e517e25a167d378c6c31a827a578ea4858 (patch) | |
| tree | bee2fb471aea1cc87e79cd8ccc368b1df97355dc /app | |
| parent | 7d1f3b7d30ed66c0470efa50c6f45afbf6484a56 (diff) | |
Resolve "Terminverwaltung: Platzhalter in Notification"
Closes #5769
Merge request studip/studip!4407
Diffstat (limited to 'app')
| -rw-r--r-- | app/controllers/course/timesrooms.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/course/timesrooms.php b/app/controllers/course/timesrooms.php index e33907f..8ee11ac 100644 --- a/app/controllers/course/timesrooms.php +++ b/app/controllers/course/timesrooms.php @@ -1758,7 +1758,7 @@ class Course_TimesroomsController extends AuthenticatedController ) ); } else { - PageLayout::postSuccess(_('Der Termin %s wurde gelöscht!'), htmlReady($termin_date)); + PageLayout::postSuccess(sprintf(_('Der Termin %s wurde gelöscht!'), htmlReady($termin_date))); } return $termin; |
