Hey all,
I wanted to change the label for the «download» button for files, and clicking on it was downloading the file (while when you click on other buttons you usually can change the text of that button). Since my website was in French, I wanted it to say «Télécharger» instead of «Download».
At least I realize I was able to change the platform to French, so my download button is now «Téléchargement». 🙂 I would still prefer to change it to «Télécharger» since action verb is a better practice.
Thanks guys!
Solved! Go to Solution.
Hello Cat_m, I hope you are doing well. Thank you for this suggestion. You can change the name of the Download button in your native language. It is much easier. You can also insert an image button instead of text.
<a href="#">Télécharger</a>
<a href="#"><img src="#" alt="Télécharger"></a>
Hello Cat_m, I hope you are doing well. Thank you for this suggestion. You can change the name of the Download button in your native language. It is much easier. You can also insert an image button instead of text.
<a href="#">Télécharger</a>
<a href="#"><img src="#" alt="Télécharger"></a>