From 38e657bec5d503c0ed3827a56811dd2fbd0d5a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= <rubencm@gmail.com> Date: Sat, 14 Jul 2018 11:24:41 +0200 Subject: [PATCH] [ticket/15689] Use twig syntax PHPBB3-15689 --- phpBB/adm/style/acp_storage.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 79bb1ad79d..0a934cd325 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -9,10 +9,10 @@ <table class="table1 zebra-table"> <thead> <tr> - <th>{L_STORAGE_NAME}</th> - <th>{L_STORAGE_NUM_FILES}</th> - <th>{L_STORAGE_SIZE}</th> - <th>{L_STORAGE_FREE}</th> + <th>{{ lang('STORAGE_NAME') }}</th> + <th>{{ lang('STORAGE_NUM_FILES') }}</th> + <th>{{ lang('STORAGE_SIZE') }}</th> + <th>{{ lang('STORAGE_FREE') }}</th> </tr> </thead> <tbody>