aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-08-25 08:46:44 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-08-25 08:46:44 +0200
commit32e78c52c6d08c7ad38382998afb44722098644b (patch)
treec3b01674a6a306fbb26470b517a4bb3c89cead8d /app
parentbbf49aa0c9a421d0c768ea6819d13e05dc557efd (diff)
change wording, fixes #5842
Closes #5842 Merge request studip/studip!4455
Diffstat (limited to 'app')
-rw-r--r--app/controllers/course/wiki.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/course/wiki.php b/app/controllers/course/wiki.php
index 158ee55..cf02e04 100644
--- a/app/controllers/course/wiki.php
+++ b/app/controllers/course/wiki.php
@@ -156,7 +156,7 @@ class Course_WikiController extends AuthenticatedController
if ($this->page->isEditable()) {
$action_menu->addLink(
$this->editURL($this->page),
- _('Editieren'),
+ _('Seite bearbeiten'),
Icon::create('edit')
);
$action_menu->addLink(