diff --git a/core/modules/datetime/templates/datetime-wrapper.html.twig b/core/modules/datetime/templates/datetime-wrapper.html.twig
index a4acf70..c54a4d0 100644
--- a/core/modules/datetime/templates/datetime-wrapper.html.twig
+++ b/core/modules/datetime/templates/datetime-wrapper.html.twig
@@ -17,7 +17,9 @@
 #}
 {% if title %}
   <h4 class="label">
-    {% trans %}{{ title|passthrough }}{{ required|passthrough }}{% endtrans %}
+    {% trans %}
+      {{ title|passthrough }}
+    {% endtrans %}{{ required|passthrough }}
   </h4>
 {% endif %}
 {{ content }}
