From 02f5cb3f39cdf6a9fec590973c2d57dd24366b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius?= Date: Fri, 12 Jun 2026 01:53:52 -0300 Subject: [PATCH] Fix typo --- language/en/acp_consentmanager.php | 2 +- service/acp_manager.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/language/en/acp_consentmanager.php b/language/en/acp_consentmanager.php index 3dd2767..d8b122c 100644 --- a/language/en/acp_consentmanager.php +++ b/language/en/acp_consentmanager.php @@ -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.', diff --git a/service/acp_manager.php b/service/acp_manager.php index 775e4e7..7998660 100644 --- a/service/acp_manager.php +++ b/service/acp_manager.php @@ -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)