From a1933c52148cf6b829f564e6e66d7e386d0140fe Mon Sep 17 00:00:00 2001
From: Peter Thienel <thienel@data-quest.de>
Date: Thu, 9 Jun 2022 09:49:06 +0000
Subject: [PATCH] Hyphen added to i18n-textstring, re #758

---
 app/views/help_content/admin_overview.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/help_content/admin_overview.php b/app/views/help_content/admin_overview.php
index 8d915849e1d..05cf2e103c6 100644
--- a/app/views/help_content/admin_overview.php
+++ b/app/views/help_content/admin_overview.php
@@ -12,7 +12,7 @@
                     <th><?= _('Aktiv') ?></th>
                     <th data-sort="text"><?= _('Seite') ?></th>
                     <th data-sort="text"><?= _('Sprache') ?></th>
-                    <th data-sort="text"><?= _('Stud.IP Version') ?></th>
+                    <th data-sort="text"><?= _('Stud.IP-Version') ?></th>
                     <th><?= _('Inhalt') ?></th>
                     <th data-sort="htmldata"><?= _('Letzte Ć„nderung') ?></th>
                     <th data-sort="htmldata"><?= _('GeƤndert von') ?></th>
-- 
GitLab