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

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

diff --git a/app/views/tour/admin_overview.php b/app/views/tour/admin_overview.php
index de527b6195e..7e5880d9e6c 100644
--- a/app/views/tour/admin_overview.php
+++ b/app/views/tour/admin_overview.php
@@ -26,7 +26,7 @@
             <tr>
                 <th><?= _('Aktiv') ?></th>
                 <th data-sort="text"><?= _('Ãœberschrift') ?></th>
-                <th data-sort="htmldata"><?= _('Stud.IP Version') ?></th>
+                <th data-sort="htmldata"><?= _('Stud.IP-Version') ?></th>
                 <th data-sort="text"><?= _('Sprache') ?></th>
                 <th data-sort="text"><?= _('Typ') ?></th>
                 <th data-sort="text"><?= _('Zugang') ?></th>
-- 
GitLab