To change the “Back” button text on mobile folders. Add the following property to the Mega Menu settings in your site footer code injection area:
<script>
window.wmMegaMenuSettings = {
layout: 'full-width', // full-width or inset
openAnimation: 'slide', // slide, fade, or swing
backButtonText: 'Retour',
}
</script>