diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 999d5622ea..031f453cdd 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -4,7 +4,7 @@

{{ lang('STORAGE_TITLE') }}

- +{% if S_CONTINUE_UPDATING %} -

{L_CONTINUE_EXPLAIN}

+

{{ lang('CONTINUE_EXPLAIN') }}

-
+
- {L_SUBMIT} -   - - {S_FORM_TOKEN} + {{ lang('SUBMIT }} +   + + {{ S_FORM_TOKEN }}
- - +{% else %}

{{ lang('STORAGE_TITLE_EXPLAIN') }}

@@ -136,6 +135,6 @@ {{ S_FORM_TOKEN }} - +{% endif %} {% include 'overall_footer.html' %}