Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergull committed Dec 5, 2023
2 parents 7cbd8b6 + 6f0fc3a commit 083f970
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion inc/spbc-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4283,7 +4283,11 @@ function spbc_get_key_auto($direct_call = false)
$out = array(
'success' => true,
'reload' => false,
'msg' => __('Please use the manual option to get the access key to ensure its safety.', 'security-malware-firewall')
'msg' => sprintf(
__('Please, get the Access Key from %s CleanTalk Control Panel %s and insert it in the Access Key field', 'cleantalk-spam-protect'),
'<a href="https://cleantalk.org/my/?cp_mode=security" target="_blank">',
'</a>'
)
);
} else {
$settings['spbc_key'] = trim($result['auth_key']);
Expand Down

0 comments on commit 083f970

Please sign in to comment.