diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-06-16 10:04:27 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-06-16 10:04:27 +0000 |
| commit | c1d071207e71b87d660bd030366bef982782bc8d (patch) | |
| tree | 1925bf4d67c3e9def81d67c2216e83dcb57fe647 | |
| parent | 255bc473a6949c0c97cb15b9022ae6f09d8548ce (diff) | |
fix wording, fixes #2744
Merge request studip/studip!1860
| -rw-r--r-- | app/views/resources/print/clipboard_rooms.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/resources/print/clipboard_rooms.php b/app/views/resources/print/clipboard_rooms.php index e97b8d7..f8e7434 100644 --- a/app/views/resources/print/clipboard_rooms.php +++ b/app/views/resources/print/clipboard_rooms.php @@ -124,7 +124,7 @@ _('Sie müssen zunächst Raumgruppen erstellen'), [ sprintf( - _('Klicken %shier%s, um ein Raumgruppen anzulegen.'), + _('Klicken Sie %shier%s, um eine Raumgruppe anzulegen.'), '<a href="' . URLHelper::getLink('dispatch.php/room_management/overview/rooms') . '">', '</a>') ] |
