Skip to content
Snippets Groups Projects
Commit 05da2b3b authored by Peter Thienel's avatar Peter Thienel
Browse files

whitespace in textstring removed due to QA textstrings #401

parent 0e2649d9
No related branches found
No related tags found
No related merge requests found
......@@ -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') ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment