commit 07b9f5667cea9d84d9751b99a356fa8310cfc779 Author: Joel Pittet Date: Tue Sep 8 12:54:58 2015 -0700 variables changed 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 03212ba..ed94ca4 100644 --- a/core/modules/locale/templates/locale-translation-update-info.html.twig +++ b/core/modules/locale/templates/locale-translation-update-info.html.twig @@ -30,7 +30,7 @@ {%- endtrans -%} {% endif %} - {% if available_updates_list or missing_updates_list %} + {% if available_updates_list or not_found %}
{% if available_updates_list %} {% endif %} - {% if missing_updates_list %} + {% if not_found %} {# Prefix the missing updates list if there is an available updates lists before it. @@ -47,9 +47,9 @@ {% if available_updates_list %} {{ 'Missing translations for:'|t }} {% endif %} - {% if missing_updates_list %} + {% if not_found %}