Skip to content

Commit

Permalink
Fix. Settings. Getting Access Key message fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed Dec 5, 2023
1 parent c63074e commit 9970b4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion inc/cleantalk-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -2767,7 +2767,10 @@ function apbct_settings__get_key_auto($direct_call = false)
$out = array(
'success' => true,
'reload' => false,
'error' => __('Please use the manual option to get the access key to ensure its safety.', 'cleantalk-spam-protect')
'error' => sprintf(
__('Please, get the Access Key from CleanTalk Control Panel %s and insert it in the Access Key field', 'cleantalk-spam-protect'),
'https://cleantalk.org/my/?cp_mode=antispam'
)
);
} else {
if ( isset($result['user_token']) ) {
Expand Down

0 comments on commit 9970b4d

Please sign in to comment.