We have to add a second language on our ticketing system. I am currently creating dynamic content for the guide and ticket forms. I have the code below to upload attachments on $(document).ready(function() in script.js
$('#upload-dropzone').append('<br>You can also paste copied screenshots by pressing CTRL V on your keyboard');
I created a placeholder in dynamic content which has the english and french version of the text above.
What method do i use to replace '<br>You can also paste copied screenshots by pressing CTRL V on your keyboard'
with
{{dc.attachments}}
Nothing has worked so far
Thank you