diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 54c6d14079..873c126371 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -31,7 +31,9 @@ {% for name, options in provider.get_options %}
- {% if description is not empty %}
{{ lang(description) }}{% endif %} + {% set title = 'STORAGE_ADAPTER_' ~ provider.get_name | upper ~ '_OPTION_' ~ name | upper %} + {% set description = 'STORAGE_ADAPTER_' ~ provider.get_name | upper ~ '_OPTION_' ~ name | upper ~ '_EXPLAIN' %} + {% if description != lang(description) %}
{{ lang(description) }}{% endif %}
{% set input_type = options['type'] %}