Hi @Omwoods,
Thanks for reaching out!
Your website is using ethos as stack and by default the comment label is hidden and there’s no such a place holder. It is just a label for the name and email then in order for the label to be shown, please add the CSS code below in your X > Theme Options > CSS.
.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-rating label, .comment-form-comment label {
position: relative;
top: 0;
visibility: visible;
}
On the other hand, if you want to translate your entire website language then you can try this plugin.
But if you only want to translate a single sentence, you can try this one.
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps.
Thank you.