Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created July 8, 2014 20:42
Show Gist options
  • Save moderatorwes/25c5377047411d688686 to your computer and use it in GitHub Desktop.
Save moderatorwes/25c5377047411d688686 to your computer and use it in GitHub Desktop.
Zendesk: Rename Community Post Button
//ReName Community Post Button
$('a:contains("Post a question or idea")').text('New Question');
$( "input[value='Post']" ).attr('value','Submit' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment