Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created July 8, 2014 20:48
Show Gist options
  • Save moderatorwes/4f7cf31c0c0eb3770975 to your computer and use it in GitHub Desktop.
Save moderatorwes/4f7cf31c0c0eb3770975 to your computer and use it in GitHub Desktop.
Zendesk: Rename Submit a Request to Submit a Ticket on Article Page
//Rename "Submit a Request" to "Submit a Ticket" on the Article Page
$('div.article-more-questions a').text('Submit a Ticket');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment