Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created July 8, 2014 20:35
Show Gist options
  • Save moderatorwes/ae9cef44246e7139f41a to your computer and use it in GitHub Desktop.
Save moderatorwes/ae9cef44246e7139f41a to your computer and use it in GitHub Desktop.
Zendesk: Changing "Promoted Articles"
//Change text of Promoted Articles
$("h3:contains('Promoted articles')").text('Hot Topics');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment