diff --git a/core/modules/datetime/templates/datetime-wrapper.html.twig b/core/modules/datetime/templates/datetime-wrapper.html.twig index e4bff5b..a4acf70 100644 --- a/core/modules/datetime/templates/datetime-wrapper.html.twig +++ b/core/modules/datetime/templates/datetime-wrapper.html.twig @@ -17,7 +17,7 @@ #} {% if title %}

- {% trans %}{{ title|passthrough }}{{ required|passthrough }}{% endtrans %} + {% trans %}{{ title|passthrough }}{{ required|passthrough }}{% endtrans %}

{% endif %} {{ content }} diff --git a/core/modules/locale/templates/locale-translation-update-info.html.twig b/core/modules/locale/templates/locale-translation-update-info.html.twig index 7459661..809028a 100644 --- a/core/modules/locale/templates/locale-translation-update-info.html.twig +++ b/core/modules/locale/templates/locale-translation-update-info.html.twig @@ -21,7 +21,8 @@
Show description {% if modules %} - {% trans %}Updates for: {{ modules|join(', ') }}{% endtrans %} + {% set module_list = modules|join(', ') %} + {% trans %}Updates for: {{ module_list }}{% endtrans %} {% elseif missing_updates_status %} {{ missing_updates_status }} {% endif %}