You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language/en/webpushnotifications_common_acp.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,13 @@
38
38
//
39
39
40
40
$lang = array_merge($lang, [
41
-
'PWA_SETTINGS' => 'Web application options',
41
+
'PWA_SETTINGS' => 'Progressive web application options',
42
42
'PWA_SHORT_NAME' => 'Short site name',
43
43
'PWA_SHORT_NAME_EXPLAIN' => 'Your site name in 12 characters or less, which may be used as a label for an icon on a mobile device’s home screen.',
44
44
'PWA_ICON_SMALL' => 'Small mobile device icon',
45
-
'PWA_ICON_SMALL_EXPLAIN' => 'File name of a 192px x 192px PNG image. This file must be uploaded to your <samp>icons</samp> directory, e.g. <samp>./images/icons</samp>',
45
+
'PWA_ICON_SMALL_EXPLAIN' => 'File name of a 192px x 192px PNG image. This file must be uploaded to your board’s <samp>icons</samp> directory.',
46
46
'PWA_ICON_LARGE' => 'Large mobile device icon',
47
-
'PWA_ICON_LARGE_EXPLAIN' => 'File name of a 512px x 512px PNG image. This file must be uploaded to your <samp>icons</samp> directory, e.g. <samp>./images/icons</samp>',
47
+
'PWA_ICON_LARGE_EXPLAIN' => 'File name of a 512px x 512px PNG image. This file must be uploaded to your board’s <samp>icons</samp> directory.',
48
48
'PWA_ICON_SIZE_INVALID' => '%s does not have the correct image dimensions.',
49
49
'PWA_ICON_MIME_INVALID' => '%s must be a PNG image file.',
50
50
'PWA_IMAGE_INVALID' => '%s does not appear to be a valid image file.',
Copy file name to clipboardExpand all lines: language/en/webpushnotifications_module_acp.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
//
39
39
40
40
$lang = array_merge($lang, [
41
-
'ACP_WEBPUSH_SETTINGS_EXPLAIN' => 'Here you can enable Web Push for board notifications. Web Push is a protocol for the real-time delivery of events to user agents, commonly referred to as push messages. It is compatible with the majority of modern browsers on both desktop and mobile devices. Users can opt to receive Web Push alerts in their browser by subscribing and enabling their preferred notifications in the UCP.',
41
+
'ACP_WEBPUSH_SETTINGS_EXPLAIN' => 'Here you can enable Web Push for board notifications. Web Push is a protocol for the real-time delivery of events to user agents, commonly referred to as push messages. It is compatible with the majority of modern browsers on both desktop and mobile devices. Users can opt to receive Web Push alerts in their browser by subscribing and enabling their preferred notifications in the UCP.<br><br>To enable push notifications on Apple mobile devices, your site needs to operate as a Progressive Web Application (PWA) and be added to users’ home screens. This feature is now built into phpBB. For a better user experience, you can find additional PWA settings under <strong>Board settings</strong>, where you can configure an optional app name and app icons for your site.',
42
42
'WEBPUSH_ENABLE' => 'Enable Web Push',
43
43
'WEBPUSH_ENABLE_EXPLAIN' => 'Allow users to receive notifications in their browser or device via Web Push. To utilize Web Push, you must input or generate valid VAPID identification keys.',
0 commit comments