diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig index 06c27b4716a51..b37da94681167 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig @@ -56,38 +56,9 @@ {% endblock %} {% block panel %} - {% if collector.messages is empty %} -
No translations have been called.
-- These messages are correctly translated into the given locale. -
- - {% if messages_defined is empty %} -None of the used translation messages are defined for the given locale.
-No translations have been called.
+ These messages are correctly translated into the given locale. +
-- These messages are not available for the given locale - but Symfony found them in the fallback locale catalog. -
- - {% if messages_fallback is empty %} -No fallback translation messages were used.
-None of the used translation messages are defined for the given locale.
+- These messages are not available for the given locale and cannot - be found in the fallback locales. Add them to the translation - catalogue to avoid Symfony outputting untranslated contents. -
- - {% if messages_missing is empty %} -There are no messages of this category.
-+ These messages are not available for the given locale + but Symfony found them in the fallback locale catalog. +
+ + {% if messages_fallback is empty %} +No fallback translation messages were used.
++ These messages are not available for the given locale and cannot + be found in the fallback locales. Add them to the translation + catalogue to avoid Symfony outputting untranslated contents. +
+ + {% if messages_missing is empty %} +There are no messages of this category.
+