diff --git a/adm/style/event/acp_main_notice_after.html b/adm/style/event/acp_main_notice_after.html
index d02a23a..42bf2ef 100644
--- a/adm/style/event/acp_main_notice_after.html
+++ b/adm/style/event/acp_main_notice_after.html
@@ -1,5 +1,6 @@
{% if S_WPN_COMPATIBILITY_NOTICE %}
+
{{ lang('ACP_WEBPUSH_REMOVE_WARNING') }}
{{ lang('ACP_WEBPUSH_REMOVE_NOTICE') }}
{% endif %}
diff --git a/language/en/info_acp_webpushnotifications.php b/language/en/info_acp_webpushnotifications.php
index 15d4e47..487788c 100644
--- a/language/en/info_acp_webpushnotifications.php
+++ b/language/en/info_acp_webpushnotifications.php
@@ -39,7 +39,8 @@
$lang = array_merge($lang, [
'ACP_WEBPUSH_SETTINGS' => 'Web Push settings',
- 'ACP_WEBPUSH_REMOVE_NOTICE' => 'Web Push Notifications are now built-in to phpBB.
The extension “phpBB Browser Push Notifications” is no longer needed and should be uninstalled.
All settings and user preferences associated with the extension will be migrated into phpBB‘s built-in push notifications when you uninstall the extension.',
+ 'ACP_WEBPUSH_REMOVE_WARNING' => 'Web Push Notifications are now built-in to phpBB',
+ 'ACP_WEBPUSH_REMOVE_NOTICE' => 'The extension “phpBB Browser Push Notifications” is no longer needed and should be uninstalled.
All settings and user preferences associated with the extension will be migrated into phpBB‘s built-in push notifications when you uninstall the extension.',
'LOG_CONFIG_WEBPUSH' => 'Altered Web Push settings',
'LOG_WEBPUSH_MESSAGE_FAIL' => 'Web Push message could not be sent: %s',
'LOG_WEBPUSH_SUBSCRIPTION_REMOVED' => 'Removed Web Push subscription:» %s',