Skip to content
Merged
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
6 changes: 3 additions & 3 deletions lib/Cleantalk/ApbctWP/Antispam/EmailEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public static function getLocalizationText()
*/
$decoding_text = apply_filters(
'apbct__ee_wait_for_decoding_text',
__('The magic is on the way, please wait for a few seconds!', 'cleantalk-spam-protect')
__('The magic is on the way!', 'cleantalk-spam-protect')
);

/**
Expand All @@ -300,7 +300,7 @@ public static function getLocalizationText()
*/
$original_contact_text = apply_filters(
'apbct__ee_original_email_text',
__('The original one is', 'cleantalk-spam-protect')
__('The complete one is', 'cleantalk-spam-protect')
);

/**
Expand All @@ -313,7 +313,7 @@ public static function getLocalizationText()
*/
$decoding_process_text = apply_filters(
'apbct__ee_decoding_process_text',
__('Decoding the contact data, let us a few seconds to finish.', 'cleantalk-spam-protect')
__('Please wait a few seconds while we decode the contact data.', 'cleantalk-spam-protect')
);

return array(
Expand Down