Skip to content

Commit a36ed88

Browse files
committed
Improve readability and flow.
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent a73a9b7 commit a36ed88

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

language/en/webpushnotifications_faq.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
$lang = array_merge($lang, [
4141
'HELP_FAQ_WPN' => 'Web Push Notifications for Browsers',
4242
'HELP_FAQ_WPN_WHAT_QUESTION' => 'What are web push notifications?',
43-
'HELP_FAQ_WPN_WHAT_ANSWER' => 'Web push notifications enhance phpBB’s notifications by enabling web browsers to push real-time system notifications directly to your desktop or mobile device, even when you are not actively browsing this site. These notifications appear like app alerts and can deliver real-time updates for private messages, post interactions, moderation actions, etc.',
44-
'HELP_FAQ_WPN_HOW_QUESTION' => 'How can I get forum notification alerts on my computer or mobile device?',
45-
'HELP_FAQ_WPN_HOW_ANSWER' => 'Go to the ‘Notification options’ in the UCP and click ‘Enable web push notifications’. Once enabled, your browser may prompt you to allow this forum to send push notifications to your device, which you should allow. Note: if you still are not receiving notifications, you may need to visit your devices system settings to enable/allow notifications from your browser.',
43+
'HELP_FAQ_WPN_WHAT_ANSWER' => 'Web push notifications enhance phpBB’s notification system by allowing real-time notifications to be sent directly to your desktop or mobile device, even if you’re not actively browsing the forum. These notifications function like app alerts, providing instant updates for private messages, post interactions, moderation actions, and more.',
44+
'HELP_FAQ_WPN_HOW_QUESTION' => 'How can I receive forum notification alerts on my computer or mobile device?',
45+
'HELP_FAQ_WPN_HOW_ANSWER' => 'Navigate to ‘Notification options’ in your UCP (User Control Panel) and click ‘Enable web push notifications.’ After enabling it, your browser may prompt you to allow the forum to send notifications to your device—make sure to grant permission. If you’re still not receiving notifications, check your devices system settings to ensure notifications are enabled for your browser.',
4646
'HELP_FAQ_WPN_IOS_QUESTION' => 'How does it work on mobile devices (iOS/Android)?',
47-
'HELP_FAQ_WPN_IOS_ANSWER' => 'On some devices, like those running iOS or iPadOS, users need to add the forum’s site to their Home Screen for push notifications to work. This will make the site function like a stand-alone web application. Refer to your specific device’s OS for instructions on enabling web push notifications for <a href="https://izooto.com/blog/enable-safari-push-notifications-on-ios-step-by-step-guide" target="_blank">iOS / iPadOS</a> or <a href="https://support.google.com/chrome/answer/3220216?hl=en&co=GENIE.Platform%3DAndroid&oco=0" target="_blank">Android</a>.',
47+
'HELP_FAQ_WPN_IOS_ANSWER' => 'For certain devices, such as those running iOS or iPadOS, you may need to add the forum site to your Home Screen for push notifications to work. This essentially makes the forum function like a standalone web app. Refer to your device’s operating system instructions to enable push notifications for <a href="https://www.xda-developers.com/how-enable-safari-notifications-iphone/" target="_blank">iOS / iPadOS</a> or <a href="https://support.google.com/chrome/answer/3220216?hl=en&co=GENIE.Platform%3DAndroid&oco=0" target="_blank">Android</a>.',
4848
'HELP_FAQ_WPN_SESSION_QUESTION' => 'Will I receive notifications if I am logged out?',
49-
'HELP_FAQ_WPN_SESSION_ANSWER' => 'Yes, notifications will continue to be sent even if you are logged out.',
49+
'HELP_FAQ_WPN_SESSION_ANSWER' => 'Yes, you will continue to receive notifications even if you’re logged out.',
5050
'HELP_FAQ_WPN_SUBBING_QUESTION' => 'Why are the “Enable Push Notifications” buttons disabled?',
51-
'HELP_FAQ_WPN_SUBBING_ANSWER' => 'If the “Enable Push Notifications” buttons are visible but cannot be clicked, it’s likely because the browser or device you’re using doesn’t support push notifications. To resolve this, try using a different browser or device that supports this feature.',
52-
'HELP_FAQ_WPN_GENERAL_QUESTION' => 'I am still having trouble getting notifications after enabling them?',
53-
'HELP_FAQ_WPN_GENERAL_ANSWER' => 'Ensure that this site is allowed to send notifications in your browser settings. Ensure that your computer or device is configured to receive notifications from your web browser or web application in your device system settings. Some browsers may deliver notifications even when closed, while others may only do so when the browser is open. <a href="https://github.com/phpbb-extensions/webpushnotifications?tab=readme-ov-file#browser-support" target="_blank">Here is a table of supported behavior among the most common browsers.</a>',
51+
'HELP_FAQ_WPN_SUBBING_ANSWER' => 'If the “Enable Push Notifications” buttons appear but cannot be clicked, your browser or device likely doesn’t support push notifications. Try using a different browser or device that supports this feature.',
52+
'HELP_FAQ_WPN_GENERAL_QUESTION' => 'What if I’m still having trouble receiving notifications after enabling them?',
53+
'HELP_FAQ_WPN_GENERAL_ANSWER' => 'Make sure this forum is allowed to send notifications in your browser settings. Also, verify that your device’s system settings permit notifications from your web browser or app. Some browsers deliver notifications even when closed, while others only do so when the browser is open. <a href="https://github.com/phpbb-extensions/webpushnotifications?tab=readme-ov-file#browser-support" target="_blank">Here is a browser support table.</a>',
5454
]);

0 commit comments

Comments
 (0)