Skip to content

Instantly share code, notes, and snippets.

@blak3r
Created June 4, 2013 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blak3r/5703941 to your computer and use it in GitHub Desktop.
Save blak3r/5703941 to your computer and use it in GitHub Desktop.
A way to change tab name from Solutions to FAQ in Freshdesk
<script>
jQuery(document).ready( function() {
jQuery(".page-tabs a:contains(Solutions)").text("FAQ");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment