yes it was resolve d by filter for posts in functions.php:
add_filter('wppcp_content_restricted_default_message','wppcp_content_restricted_default_message',10,2);
function wppcp_content_restricted_default_message($message,$params){
return "Tylko dla zalogowanych";
}
add_filter('wppcp_archive_page_restrict_message','wppcp_archive_page_restrict_message',10,2);
function wppcp_archive_page_restrict_message($message,$params){
return "Tylko dla zalogowanych";
}