Change subscribe button text (top right)

cause i prefer not to touch original theme i resolved this that way, adding this code to footer injection.

<script>
    document.querySelector('[data-portal="signup"]').innerText = "Souscrire"
</script>
9 Likes