Zendesk: Changing wording of link "See all # of Articles"
This file contains 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
//Change wording of link "See all # of articles" to "click to see more" | |
$('a.see-all-articles').text('Click to see more...'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment