mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17010] Adjust wording on ACP page for webpush
PHPBB3-17010
This commit is contained in:
parent
21ccb804d3
commit
6cc8df5d95
1 changed files with 6 additions and 6 deletions
|
@ -602,12 +602,12 @@ $lang = array_merge($lang, array(
|
||||||
$lang = array_merge($lang, [
|
$lang = array_merge($lang, [
|
||||||
'ACP_WEBPUSH_SETTINGS_EXPLAIN' => 'Here you can enable and control the use of Webpush for board notifications. Webpush is a simple protocol for the delivery of real-time events to user agents, more commonly known as push messages. It is supported by most modern browsers on desktop and mobile devices.',
|
'ACP_WEBPUSH_SETTINGS_EXPLAIN' => 'Here you can enable and control the use of Webpush for board notifications. Webpush is a simple protocol for the delivery of real-time events to user agents, more commonly known as push messages. It is supported by most modern browsers on desktop and mobile devices.',
|
||||||
'WEBPUSH_ENABLE' => 'Enable Webpush',
|
'WEBPUSH_ENABLE' => 'Enable Webpush',
|
||||||
'WEBPUSH_ENABLE_EXPLAIN' => 'Allow receiving notifications via Webpush.',
|
'WEBPUSH_ENABLE_EXPLAIN' => 'Allow receiving notifications via Webpush. It is required to enter or generate valid VAPID identification keys to be able to use Webpush.',
|
||||||
'WEBPUSH_GENERATE_VAPID_KEYS' => 'Generate VAPID keys',
|
'WEBPUSH_GENERATE_VAPID_KEYS' => 'Generate Identification keys',
|
||||||
'WEBPUSH_VAPID_PUBLIC' => 'VAPID public key',
|
'WEBPUSH_VAPID_PUBLIC' => 'Server identification public key',
|
||||||
'WEBPUSH_VAPID_PUBLIC_EXPLAIN' => 'The VAPID public key will be shared to authenticate push messages sent by your site.<br><em><strong>Warning:</strong> Changing the VAPID public key will automatically invalidate all webpush subscriptions.</em>',
|
'WEBPUSH_VAPID_PUBLIC_EXPLAIN' => 'The Voluntary Application Server Identification (VAPID) public key will be shared to authenticate push messages sent by your site.<br><em><strong>Warning:</strong> Changing the VAPID public key will automatically invalidate all Webpush subscriptions.</em>',
|
||||||
'WEBPUSH_VAPID_PRIVATE' => 'VAPID private key',
|
'WEBPUSH_VAPID_PRIVATE' => 'Server identification private key',
|
||||||
'WEBPUSH_VAPID_PRIVATE_EXPLAIN' => 'The VAPID private key will be used to create authenticated push messages sent by your site. The VAPID private key <strong>must</strong> be a valid public-private key pair with the VAPID public key.<br><em><strong>Warning:</strong> Changing the VAPID private key will automatically invalidate all webpush subscriptions.</em>',
|
'WEBPUSH_VAPID_PRIVATE_EXPLAIN' => 'The Voluntary Application Server Identification (VAPID) private key will be used to create authenticated push messages sent by your site. The VAPID private key <strong>must</strong> be a valid public-private key pair with the VAPID public key.<br><em><strong>Warning:</strong> Changing the VAPID private key will automatically invalidate all Webpush subscriptions.</em>',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// Jabber settings
|
// Jabber settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue