diff --git a/language/en/webpushnotifications_module_ucp.php b/language/en/webpushnotifications_module_ucp.php index be503ca..8a481e3 100644 --- a/language/en/webpushnotifications_module_ucp.php +++ b/language/en/webpushnotifications_module_ucp.php @@ -48,7 +48,7 @@ 'NOTIFY_WEBPUSH_UNSUBSCRIBE' => 'Disable to unsubscribe', 'NOTIFY_WEBPUSH_DROPDOWN_TITLE' => 'Visit notifications settings to set your preferred push notifications.', 'NOTIFY_WEBPUSH_DENIED' => 'You have denied notifications from this site. To enable push notifications, allow notifications from this site in your browser settings.', - 'NOTIFY_WEBPUSH_DISABLED' => 'Push notifications not supported', + 'NOTIFY_WEBPUSH_NOT_SUPPORTED' => 'Push notifications not supported', 'NOTIFY_WEBPUSH_POPUP_TITLE' => 'Allow browser notifications?', '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.', 'NOTIFY_WEBPUSH_POPUP_ALLOW' => 'Allow', diff --git a/language/ru/webpushnotifications_module_ucp.php b/language/ru/webpushnotifications_module_ucp.php index 10b5e7a..c670739 100644 --- a/language/ru/webpushnotifications_module_ucp.php +++ b/language/ru/webpushnotifications_module_ucp.php @@ -48,7 +48,7 @@ 'NOTIFY_WEBPUSH_UNSUBSCRIBE' => 'Отписаться', 'NOTIFY_WEBPUSH_DROPDOWN_TITLE' => 'Посетите настройки уведомлений, чтобы установить предпочтительные типы браузерных уведомлений.', 'NOTIFY_WEBPUSH_DENIED' => 'Вы запретили браузерные уведомления для даного сайта. Для того, чтобы подписаться, необходимо их разрешить в настройках браузера.', - 'NOTIFY_WEBPUSH_DISABLED' => 'Не поддерживается', + 'NOTIFY_WEBPUSH_NOT_SUPPORTED' => 'Не поддерживается', 'NOTIFY_WEBPUSH_POPUP_TITLE' => 'Включить браузерные уведомления?', 'NOTIFY_WEBPUSH_POPUP_MESSAGE' => 'Браузерные уведомления позволяют быстро получать информацию о новых ответах, личных сообщениях и других активностях на данной конференции. Функцию можно отключить или включить в любое время в настройках уведомлений в Личном разделе.', 'NOTIFY_WEBPUSH_POPUP_ALLOW' => 'Включить', diff --git a/styles/all/template/event/notification_dropdown_footer_after.html b/styles/all/template/event/notification_dropdown_footer_after.html index 8f5c54a..defa510 100644 --- a/styles/all/template/event/notification_dropdown_footer_after.html +++ b/styles/all/template/event/notification_dropdown_footer_after.html @@ -1,7 +1,7 @@ {% if NOTIFICATIONS_WEBPUSH_ENABLE and notification_types is not defined %}