Created
February 19, 2011 20:44
-
-
Save skipjac/835353 to your computer and use it in GitHub Desktop.
change the text on submit a request in zendesk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery('#top-menu li.tab_new a').html('new'); | |
| jQuery('h2:contains(Submit a request)').html('new'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment