Hello
How can we customise the ‘Article Voting’ text (see below image for what I am referring to). We simply want to change the text to “Was this article helpful? Yes No”. Can you provide a Liquid snippet of code to get us started and we can achieve this ourselves from there.
Our existing liquid code for the Article View is just:
…..
<hr />
{{article | article_attachments}}{{article | article_voting }}
</section>
Also how can we customise the ‘Article Voting Feedback Form’? See the below image for what I am referring to. We want to change the text on this form and add different checkboxes. Can you provide a Liquid snippet of code to get us started and we can achieve this ourselves from there.