diff options
Diffstat (limited to 'app')
| -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> |
