aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/room_requests
diff options
context:
space:
mode:
authorPeter Thienel <thienel@data-quest.de>2023-06-06 13:11:45 +0000
committerPeter Thienel <thienel@data-quest.de>2023-06-06 13:11:45 +0000
commitf16fd515d0673ab13cc00ed00aeb019527ac00c9 (patch)
treeac5934fcce103e5dca22032a97625115ec8ba094 /app/views/course/room_requests
parentcd36e99958024cc33431f76f35099a71e26e3bce (diff)
Issue Textstrings-Review für StEP #1327, fixes #2709issue-2707
Closes #2709 Merge request studip/studip!1828
Diffstat (limited to 'app/views/course/room_requests')
-rw-r--r--app/views/course/room_requests/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/course/room_requests/index.php b/app/views/course/room_requests/index.php
index 0f746b8..0b8ad17 100644
--- a/app/views/course/room_requests/index.php
+++ b/app/views/course/room_requests/index.php
@@ -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>