Skip to content

Commit

Permalink
Merge branch 'bug-841006-donate-to-sendto'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Feb 15, 2013
2 parents ade267a + 20b7bba commit bcedebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tabzilla/templates/tabzilla/tabzilla.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ Tabzilla.content =
+ ' <li><a href="https://www.mozilla.org/contribute/">{{ _('Volunteer')|js_escape }}</a></li>'
+ ' <li><a href="https://www.mozilla.org/en-US/about/careers.html">{{ _('Careers')|js_escape }}</a></li>'
+ ' <li><a href="https://www.mozilla.org/en-US/about/mozilla-spaces/">{{ _('Find us')|js_escape }}</a></li>'
+ ' <li><a href="https://sendto.mozilla.org/">{{ _('Join us')|js_escape }}</a></li>'
+ ' <li><a href="https://join.mozilla.org/">{{ _('Join us')|js_escape }}</a></li>'
+ ' </ul>'
+ ' </li>'
+ ' <li id="tabzilla-search">'
Expand Down

0 comments on commit bcedebf

Please sign in to comment.