From 5279f9241e0654e88c7419e2fadd9e10de951ec8 Mon Sep 17 00:00:00 2001 From: Moritz Strohm <strohm@data-quest.de> Date: Mon, 15 May 2023 15:16:51 +0200 Subject: [PATCH] added missing character, fixes #2640 --- app/views/resources/_common/_request_info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/resources/_common/_request_info.php b/app/views/resources/_common/_request_info.php index 3fbb9c789f1..11ff253984a 100644 --- a/app/views/resources/_common/_request_info.php +++ b/app/views/resources/_common/_request_info.php @@ -90,7 +90,7 @@ : _('unbekannt') ) ?> </dd> - <dt><?= _('Bearbeitungsstatus') ?></dt> + <dt><?= _('Bearbeitungsstatus') ?>:</dt> <dd><?= htmlReady($request->getStatusText()) ?></dd> <? if ($request->comment) : ?> <dt><?= _('Nachricht an die Administration') ?></dt> -- GitLab