1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17344] Show an alert when webpush subscribing is denied

PHPBB-17344
This commit is contained in:
Matt Friedman
2024-06-16 08:49:36 -07:00
parent 5992eff175
commit 0fc1a8c1f8
4 changed files with 4 additions and 2 deletions

View File

@@ -515,6 +515,7 @@ $lang = array_merge($lang, array(
'NOTIFY_WEB_PUSH_ENABLE' => 'Enable Web Push notifications',
'NOTIFY_WEB_PUSH_SUBSCRIBE' => 'Subscribe',
'NOTIFY_WEB_PUSH_SUBSCRIBED'=> 'Subscribed',
'NOTIFY_WEB_PUSH_DENIED' => 'You have denied notifications from this site. To subscribe, please allow notifications in your browser settings.',
'NO_ACCESS_ATTACHMENT' => 'You are not allowed to access this file.',
'NO_ACTION' => 'No action specified.',
'NO_ADMINISTRATORS' => 'There are no administrators.',