Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion language/en/acp_consentmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

$lang = array_merge($lang, [
'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.',
'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.',
'ACP_CONSENTMANAGER_CATEGORIES' => 'Consent categories',
'ACP_CONSENTMANAGER_ANALYTICS' => 'Enable analytics category',
'ACP_CONSENTMANAGER_ANALYTICS_EXPLAIN' => 'Allows analytics integrations to be presented to users and loaded after consent.',
Expand Down
2 changes: 1 addition & 1 deletion service/acp_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public function hash_user_id($user_id)
/**
* Add an admin log entry for an admin action in the settings.
*
* @param $message string Language key for the log message
* @param string $message Language key for the log message
* @return void
*/
public function log_admin_action($message)
Expand Down