From e70376ad85110d63f5f04b3232359a48f22e87be Mon Sep 17 00:00:00 2001
From: Stefan Galinski <stefan@sgalinski.de>
Date: Sat, 29 Jul 2017 16:45:18 +0200
Subject: [PATCH] [BUGFIX] Fix forgotten "s" character inside a template

---
 Resources/Private/Templates/Queue/Index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Resources/Private/Templates/Queue/Index.html b/Resources/Private/Templates/Queue/Index.html
index 25c16288..bf640bfa 100644
--- a/Resources/Private/Templates/Queue/Index.html
+++ b/Resources/Private/Templates/Queue/Index.html
@@ -40,7 +40,7 @@
 														<span class="icon-markup">
 															<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-document-import-t3d.svg" width="16" height="16">
 														</span>
-													</span>s
+													</span>
 														Send Now
 													</f:link.action>
 												</f:then>
-- 
GitLab