Skip to content

Commit 02f5cb3

Browse files
committed
Fix typo
1 parent 4d700f7 commit 02f5cb3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

language/en/acp_consentmanager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
$lang = array_merge($lang, [
22-
'ACP_CONSENTMANAGER_EXPLAIN' => 'Here you can control category availability, registered your own integrations, and update consent versioning. Scripts added here (or by extensions via the API) will be deferred until the appropriate consent is given.',
22+
'ACP_CONSENTMANAGER_EXPLAIN' => 'Here you can control category availability, register your own integrations, and update consent versioning. Scripts added here (or by extensions via the API) will be deferred until the appropriate consent is given.',
2323
'ACP_CONSENTMANAGER_CATEGORIES' => 'Consent categories',
2424
'ACP_CONSENTMANAGER_ANALYTICS' => 'Enable analytics category',
2525
'ACP_CONSENTMANAGER_ANALYTICS_EXPLAIN' => 'Allows analytics integrations to be presented to users and loaded after consent.',

service/acp_manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public function hash_user_id($user_id)
296296
/**
297297
* Add an admin log entry for an admin action in the settings.
298298
*
299-
* @param $message string Language key for the log message
299+
* @param string $message Language key for the log message
300300
* @return void
301301
*/
302302
public function log_admin_action($message)

0 commit comments

Comments
 (0)