From 12ddb0d4cf3a05d84c837ffb45fcd252a7c9f88e Mon Sep 17 00:00:00 2001
From: "marco.aresu" <marco.aresu@3248962.no-reply.drupal.org>
Date: Sat, 2 May 2020 07:40:50 -0500
Subject: [PATCH] Issue #3131250 by marco.aresu: Progress bar: cannot read
 property 'initMessage' of undefined on batch.js

---
 templates/misc/progress-bar.html.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/misc/progress-bar.html.twig b/templates/misc/progress-bar.html.twig
index a0e4e81..6bc0676 100644
--- a/templates/misc/progress-bar.html.twig
+++ b/templates/misc/progress-bar.html.twig
@@ -17,4 +17,4 @@
 <div class="progress" data-drupal-progress>
   <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="{{ percent }}" aria-valuemin="0" aria-valuemax="100" style="width: {{ percent }}%">{{ percent }}%</div>
 </div>
-<small class="form-text text-muted progress-bar-message">{{ message }}</div>
\ No newline at end of file
+<small class="form-text text-muted progress-bar-message">{{ message }}</small>
\ No newline at end of file
-- 
GitLab