Skip to content
Snippets Groups Projects
Commit 41b4d929 authored by Jay Friendly's avatar Jay Friendly
Browse files

Adding disclaimer that notifications require HTTPS in some browsers

parent f0d3676b
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ class PrivateMessageNodeJsPrivateMessageConfigForm extends PrivateMessageConfigF
$form['browser_push_notifications']['browser_notification_settings_wrapper']['header'] = [
'#prefix' => '<p><i>',
'#suffix' => '</i></p>',
'#markup' => $this->t('Enter the notification details below. You can use tokens in these fields'),
'#markup' => $this->t('Enter the notification details below. You can use tokens in these fields. Note that some browsers require HTTPS (SSL) and will not work on HTTP.'),
];
$form['browser_push_notifications']['browser_notification_settings_wrapper']['browser_notification_title'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment