Skip to content
Snippets Groups Projects
Commit aa919032 authored by David Siegfried's avatar David Siegfried Committed by Elmar Ludwig
Browse files

fix typo, closes #2888

Closes #2888

Merge request !1946
parent 26575c1a
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
$dates = CourseDate::findByRange_id($folder->range_id); $dates = CourseDate::findByRange_id($folder->range_id);
?> ?>
<label> <label>
<?= _('Wählen sie einen zugehöriges Termin aus, der Titel wird automatisch aus dem Datum des Termins erzeugt.') ?> <?= _('Wählen sie einen zugehörigen Termin aus, der Titel wird automatisch aus dem Datum des Termins erzeugt.') ?>
<select name="course_date_folder_termin_id"> <select name="course_date_folder_termin_id">
<? if (count($dates) === 0): ?> <? if (count($dates) === 0): ?>
<option value=""> <option value="">
......
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