Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/1ec53da8e58fc5383369cfbaa11db1e6 to your computer and use it in GitHub Desktop.
Save PardotGists/1ec53da8e58fc5383369cfbaa11db1e6 to your computer and use it in GitHub Desktop.
<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