diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 830ef1a663..64de18c648 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -37,7 +37,10 @@ {% set input_value = attribute(config, 'storage\\' ~ storage.get_name ~ '\\config\\' ~ name) %}
- {% if description != lang(description) %}
{{ lang(description) }}{% endif %} + + {% if lang_defined(description) %} +
{{ lang(description) }} + {% endif %}
{% if input_type in ['text', 'password', 'email'] %}