diff --git a/phpBB/adm/style/acp_ext_delete_data.html b/phpBB/adm/style/acp_ext_delete_data.html index a07b723e90..5ef8ed3d28 100644 --- a/phpBB/adm/style/acp_ext_delete_data.html +++ b/phpBB/adm/style/acp_ext_delete_data.html @@ -8,23 +8,23 @@
{{ lang('EXTENSION_DELETE_DATA_EXPLAIN') }}
{% if MIGRATOR_ERROR %} -{{ lang('MIGRATION_EXCEPTION_ERROR') }}
-{{ MIGRATOR_ERROR }}
- -{{ lang('MIGRATION_EXCEPTION_ERROR') }}
+{{ MIGRATOR_ERROR }}
+ +{{ lang('CONFIRM_MESSAGE') }}
-{{ lang('CONFIRM_MESSAGE') }}
+{{ lang('EXTENSION_DELETE_DATA_IN_PROGRESS') }}
diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index 3285b7f46d..64d1edbbc3 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -8,17 +8,17 @@{{ lang('EXTENSION_DISABLE_EXPLAIN') }}
{% if PRE %} - + - + {% elseif S_NEXT_STEP %}{{ lang('EXTENSION_DISABLE_IN_PROGRESS') }}
diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index ab6b2aa046..23ca22a8c6 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -8,23 +8,23 @@{{ lang('EXTENSION_ENABLE_EXPLAIN') }}
{% if MIGRATOR_ERROR %} -{{ lang('MIGRATION_EXCEPTION_ERROR') }}
-{{ MIGRATOR_ERROR }}
- -{{ lang('MIGRATION_EXCEPTION_ERROR') }}
+{{ MIGRATOR_ERROR }}
+ +{{ lang('EXTENSION_ENABLE_IN_PROGRESS') }}