diff options
| author | David Siegfried <ds.siegfried@gmail.com> | 2023-11-13 14:16:36 +0100 |
|---|---|---|
| committer | David Siegfried <ds.siegfried@gmail.com> | 2023-11-13 14:16:36 +0100 |
| commit | 71ec0fdd3283f6754e4dbef27207eb94223e7175 (patch) | |
| tree | ab726a180361eeadeeee69b5448bff9867190f3f /app/controllers/resources | |
| parent | 9a7a179ad44ed54ddcc47043cd936083bc634d30 (diff) | |
rename link, re #3451
Diffstat (limited to 'app/controllers/resources')
| -rw-r--r-- | app/controllers/resources/room_planning.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/resources/room_planning.php b/app/controllers/resources/room_planning.php index 5d38131..28c86e6 100644 --- a/app/controllers/resources/room_planning.php +++ b/app/controllers/resources/room_planning.php @@ -346,7 +346,7 @@ class Resources_RoomPlanningController extends AuthenticatedController } if ($GLOBALS['perm']->have_perm('admin') && $this->resource instanceof Room) { $actions->addLink( - _('Bearbeiten'), + _('Raum Bearbeiten'), URLHelper::getURL( 'dispatch.php/resources/room/edit/' . $this->resource->id ), |
