Created
July 12, 2016 20:22
-
-
Save PardotGists/1ec53da8e58fc5383369cfbaa11db1e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="/js/jquery/jquery.min.js"></script><script type="text/javascript"> | |
$(document).ready(function(){ | |
var span = $('form.form p.submit'); | |
span.html(span.html().replace("Re-subscribe","YOUR TRANSLATED TEXT")); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment