1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/17010] Unify naming of Web Push

PHPBB3-17010
This commit is contained in:
Marc Alexander
2023-11-05 14:39:12 +01:00
parent bfc3a969ee
commit d79e10e032
4 changed files with 14 additions and 14 deletions

View File

@@ -219,7 +219,7 @@ $lang = array_merge($lang, array(
'ACP_VIEW_GLOBAL_MOD_PERMISSIONS' => 'View global moderation permissions',
'ACP_VIEW_USER_PERMISSIONS' => 'View user-based permissions',
'ACP_WEBPUSH_SETTINGS' => 'Webpush settings',
'ACP_WEBPUSH_SETTINGS' => 'Web Push settings',
'ACP_WORDS' => 'Word censoring',
'ACTION' => 'Action',
@@ -593,7 +593,7 @@ $lang = array_merge($lang, array(
'LOG_CONFIG_SETTINGS' => '<strong>Altered board settings</strong>',
'LOG_CONFIG_SIGNATURE' => '<strong>Altered signature settings</strong>',
'LOG_CONFIG_VISUAL' => '<strong>Altered anti-spambot settings</strong>',
'LOG_CONFIG_WEBPUSH' => '<strong>Altered webpush settings</strong>',
'LOG_CONFIG_WEBPUSH' => '<strong>Altered Web Push settings</strong>',
'LOG_APPROVE_TOPIC' => '<strong>Approved topic</strong><br />» %s',
'LOG_BUMP_TOPIC' => '<strong>User bumped topic</strong><br />» %s',
@@ -814,8 +814,8 @@ $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_WEBPUSH_MESSAGE_FAIL' => '<strong>Web Push message could not be sent:</strong> %s',
'LOG_WEBPUSH_SUBSCRIPTION_REMOVED' => '<strong>Removed Web Push subscription:</strong>» %s',
'LOG_WORD_ADD' => '<strong>Added word censor</strong><br />» %s',
'LOG_WORD_DELETE' => '<strong>Deleted word censor</strong><br />» %s',