From ebfb71604ded93a44598feffc94bb5828d0a3c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Wed, 2 Aug 2017 15:45:08 +0200 Subject: [PATCH] [ticket/15289] Use lang function in template PHPBB3-15289 --- phpBB/adm/style/acp_storage.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 60b3540705..b486223cfe 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -2,9 +2,9 @@ -

{L_STORAGE_TITLE}

+

{{ lang('STORAGE_TITLE') }}

-

{L_STORAGE_TITLE_EXPLAIN}

+

{{ lang('STORAGE_TITLE_EXPLAIN') }}

@@ -39,9 +39,9 @@ {% endfor %}
- {L_SUBMIT} -   - + {{ lang('SUBMIT') }} +   + {S_FORM_TOKEN}