1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/17010] Add logging to webpush notifications

PHPBB3-17010
This commit is contained in:
Marc Alexander
2023-08-15 08:12:33 +02:00
parent f3eb774abd
commit 479e54db93
6 changed files with 26 additions and 8 deletions

View File

@@ -814,6 +814,9 @@ $lang = array_merge($lang, array(
),
'LOG_WARNINGS_DELETED_ALL' => '<strong>Deleted all user warnings</strong><br />» %s',
'LOG_WEBPUSH_MESSAGE_FAIL' => '<strong>WebPush message could not be sent:</strong> %s',
'LOG_WEBPUSH_SUBSCRIPTION_REMOVED' => '<strong>Removed WebPush subscription:</strong>» %s',
'LOG_WORD_ADD' => '<strong>Added word censor</strong><br />» %s',
'LOG_WORD_DELETE' => '<strong>Deleted word censor</strong><br />» %s',
'LOG_WORD_EDIT' => '<strong>Edited word censor</strong><br />» %s',