From 05da2b3b8186cd89106988e0dc457cfa8113de20 Mon Sep 17 00:00:00 2001 From: Peter Thienel <thienel@data-quest.de> Date: Fri, 26 Nov 2021 18:28:20 +0100 Subject: [PATCH] whitespace in textstring removed due to QA textstrings #401 --- app/views/course/topics/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/course/topics/edit.php b/app/views/course/topics/edit.php index 9d04927fa3e..2180060678e 100644 --- a/app/views/course/topics/edit.php +++ b/app/views/course/topics/edit.php @@ -27,7 +27,7 @@ <? $folder = $topic->folders->first() ?> <? if ($folder) : ?> <?= Icon::create('accept', Icon::ROLE_ACCEPT)->asImg(['class' => 'text-bottom']) ?> - <?= _('Dateiordner vorhanden ') ?> + <?= _('Dateiordner vorhanden') ?> <? else : ?> <input type="checkbox" name="folder" id="topic_folder" value="1"> <?= _('Dateiordner anlegen') ?> -- GitLab