From 910b730336f276f6e99b61e21351f74d5dd852ef Mon Sep 17 00:00:00 2001
From: Thomas Mortagne <thomas.mortagne@gmail.com>
Date: Thu, 6 Oct 2016 16:54:04 +0200
Subject: [PATCH] XWIKI-13781: Filter application keep automatically reloading
 the log even when the job is finished

---
 .../src/main/resources/Filter/FilterStreamJobJSON.xml         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/src/main/resources/Filter/FilterStreamJobJSON.xml b/xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/src/main/resources/Filter/FilterStreamJobJSON.xml
index 298fe9d333e..70ea5214d74 100644
--- a/xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/src/main/resources/Filter/FilterStreamJobJSON.xml
+++ b/xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/src/main/resources/Filter/FilterStreamJobJSON.xml
@@ -46,11 +46,11 @@
   #if ($finished)
     #if ($jobStatus.log.getLogs('ERROR').isEmpty())
       &lt;div class="box successmessage"&gt;
-        Done toto.
+        Done.
       &lt;/div&gt;
     #else
       &lt;div class="box errormessage"&gt;
-        Error has been found during the conversion toto !
+        Error has been found during the conversion !
       &lt;/div&gt;
     #end
   #end
-- 
GitLab