Skip to content

Commit 5d51409

Browse files
committed
Prompt message tweaks
1 parent f1a9751 commit 5d51409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

language/en/webpushnotifications_module_ucp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
'NOTIFY_WEBPUSH_DROPDOWN_TITLE' => 'Visit notifications settings to set your preferred push notifications.',
5050
'NOTIFY_WEBPUSH_DENIED' => 'You have denied notifications from this site. To enable push notifications, allow notifications from this site in your browser settings.',
5151
'NOTIFY_WEBPUSH_DISABLED' => 'Push notifications not supported',
52-
'NOTIFY_WEBPUSH_POPUP_TITLE' => 'Enable Push Notifications?',
53-
'NOTIFY_WEBPUSH_POPUP_MESSAGE' => 'Stay updated with instant notifications for new replies, mentions, and more.',
52+
'NOTIFY_WEBPUSH_POPUP_TITLE' => 'Allow browser notifications?',
53+
'NOTIFY_WEBPUSH_POPUP_MESSAGE' => 'We would like to send you browser notifications for replies, private messages, and relevant forum activity. Optional — you can manage these settings at any time.',
5454
'NOTIFY_WEBPUSH_POPUP_ALLOW' => 'Allow',
5555
'NOTIFY_WEBPUSH_POPUP_DECLINE' => 'Decline',
5656
]);

styles/all/theme/phpbb_wpn.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393

9494
.wpn-popup-title {
95-
font-size: 20px;
95+
font-size: 18px;
9696
font-weight: 600;
9797
color: #333333;
9898
margin: 0 0 12px;

0 commit comments

Comments
 (0)