aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/resources/export.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2023-02-17 09:29:28 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-02-17 09:29:28 +0000
commit96020f53c844334784639a1f327ae2d056bae886 (patch)
tree6f381ed1f758cc37fad78c66c3d265d501189955 /app/controllers/resources/export.php
parent733866adf59531a0c3d9f829741f4c956f37ea82 (diff)
fix wording, fixes #2183
Closes #2183 Merge request studip/studip!1407
Diffstat (limited to 'app/controllers/resources/export.php')
-rw-r--r--app/controllers/resources/export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/resources/export.php b/app/controllers/resources/export.php
index 9d0fec7..82128ff 100644
--- a/app/controllers/resources/export.php
+++ b/app/controllers/resources/export.php
@@ -90,7 +90,7 @@ class Resources_ExportController extends AuthenticatedController
_('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>')
]