it line 2801 on functions.php
// set block identifier
$block_name = __( 'paragraph', 'commentpress-core' );
}
// set paragraph text
$paragraph_text = $block_name.' '.$para_num;
// set permalink text
$permalink_text = __('Permalink for comments on ', 'commentpress-core' ).$paragraph_text;
// define heading text
$heading_text = sprintf( _n(
// singular
'<span class="cp_comment_num">%d</span> <span class="cp_comment_word"><strong>Comment</span> on</strong> ',
// plural
'<span class="cp_comment_num">%d</span> <span class="cp_comment_word">Commentaires</span> pour ',
// number
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]