diff options
| author | Peter Thienel <thienel@data-quest.de> | 2023-06-06 13:11:45 +0000 |
|---|---|---|
| committer | Peter Thienel <thienel@data-quest.de> | 2023-06-06 13:11:45 +0000 |
| commit | f16fd515d0673ab13cc00ed00aeb019527ac00c9 (patch) | |
| tree | ac5934fcce103e5dca22032a97625115ec8ba094 /app/views | |
| parent | cd36e99958024cc33431f76f35099a71e26e3bce (diff) | |
Issue Textstrings-Review für StEP #1327, fixes #2709issue-2707
Closes #2709
Merge request studip/studip!1828
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/course/room_requests/index.php | 2 | ||||
| -rw-r--r-- | app/views/course/timesrooms/_roomRequest.php | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/app/views/course/timesrooms/_roomRequest.php b/app/views/course/timesrooms/_roomRequest.php index 9f80e96..2351fde 100644 --- a/app/views/course/timesrooms/_roomRequest.php +++ b/app/views/course/timesrooms/_roomRequest.php @@ -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> |
