Hi @boghi,
Thank you for reaching out to us for assistance. The problem here seem to be the screenreaders as they only should show “Reply”. In this case, you can hide this message using a custom CSS snippet or change the text using a custom JavaScript snippet.
?
?If you want to hide this message from your site, please navigate to your WordPress Dashboard > Twitter feed > Customize > Copy the CSS snippet below into the Custom CSS box, then save the changes.
?
?.ctf-screenreader {display:none !important;}
?
?If you want to change the text of this message, please navigate to your WordPress Dashboard > Twitter feed > Customize > Copy the JS snippet below into the Custom JavaScript box, then save the changes.
?
?$('.ctf-tweet-actions .ctf-reply .ctf-screenreader').each(function(){
$(this).html('Reply');
});
If you need additional guidance or have any other questions please open a support ticket in our support portal here.
?
Best regards,