diff --git a/core/modules/locale/templates/locale-translation-last-check.html.twig b/core/modules/locale/templates/locale-translation-last-check.html.twig index a54574b..16da566 100644 --- a/core/modules/locale/templates/locale-translation-last-check.html.twig +++ b/core/modules/locale/templates/locale-translation-last-check.html.twig @@ -14,12 +14,12 @@ * @ingroup themeable */ #} -
+

{% if last_checked %} {% trans %} Last checked: {{ time }} ago {% endtrans %} {% else %} {{ 'Last checked: never'|t }} {% endif %} - ({{ link }})

+ ({{ link }})

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 15cb4ce..05aa0e8 100644 --- a/core/modules/locale/templates/locale-translation-update-info.html.twig +++ b/core/modules/locale/templates/locale-translation-update-info.html.twig @@ -18,15 +18,15 @@ * @ingroup themeable */ #} -
- Show description + + Show description {% if modules %} {% set module_list = modules|safe_join(', ') %} - {% trans %}Updates for: {{ module_list }}{% endtrans %} + {% trans %}Updates for: {{ module_list }}{% endtrans %} {% elseif missing_updates_status %} - {{ missing_updates_status }} + {{ missing_updates_status }} {% endif %} {% if details %} -
{{ details }}
+
{{ details }}
{% endif %}
diff --git a/core/modules/locale/templates/locale-translation-last-check.html.twig b/core/themes/classy/templates/locale-translation-last-check.html.twig similarity index 100% copy from core/modules/locale/templates/locale-translation-last-check.html.twig copy to core/themes/classy/templates/locale-translation-last-check.html.twig diff --git a/core/modules/locale/templates/locale-translation-update-info.html.twig b/core/themes/classy/templates/locale-translation-update-info.html.twig similarity index 100% copy from core/modules/locale/templates/locale-translation-update-info.html.twig copy to core/themes/classy/templates/locale-translation-update-info.html.twig