Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created March 28, 2017 18:39
Show Gist options
  • Save rruhlen/feb08ef1cca48f2f0f9d840e680feba4 to your computer and use it in GitHub Desktop.
Save rruhlen/feb08ef1cca48f2f0f9d840e680feba4 to your computer and use it in GitHub Desktop.
change spam alert message
<script type="text/javascript">
$(function() {
$('#spam_alert').text("<custom snippet>");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment