1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

Merge pull request #6646 from iMattPro/ticket/17344

Ticket/17344 User Experience improvements to web push subscriptions
This commit is contained in:
Marc Alexander
2024-06-25 21:23:59 +02:00
committed by GitHub
9 changed files with 23 additions and 13 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.',