Skip to content
Snippets Groups Projects
Commit f16fd515 authored by Peter Thienel's avatar Peter Thienel
Browse files

Issue Textstrings-Review für StEP #1327, fixes #2709

Closes #2709

Merge request studip/studip!1828
parent cd36e999
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ echo $flash['message'];
<thead>
<tr>
<th><?= _('Art der Anfrage') ?></th>
<th><?= _('Anfragender') ?></th>
<th><?= _('Angefragt von') ?></th>
<th><?= _('Bearbeitungsstatus') ?></th>
<th></th>
</tr>
......
......@@ -38,7 +38,7 @@
<thead>
<tr class="sortable">
<th data-sort="text"><?= _('Art der Anfrage') ?></th>
<th data-sort="text"><?= _('Anfragender') ?></th>
<th data-sort="text"><?= _('Angefragt von') ?></th>
<th data-sort="text"><?= _('Bearbeitungsstatus') ?></th>
<th></th>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment