Skip to content

Commit

Permalink
Fix header.html typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Feb 25, 2013
1 parent 8339538 commit 2db96d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</a>
</li>
<li class="notifications {% if c.new_activities > 0 %}notifications-important{% endif %}">
{% set notifications_tooltip = ngettext('Dashboard (%(num)d new item)'), 'Dashboard (%(num)d new items)', c.new_activities) %}
{% set notifications_tooltip = ngettext('Dashboard (%(num)d new item)', 'Dashboard (%(num)d new items)', c.new_activities) %}
<a href="{{ h.url_for(controller='user', action='dashboard') }}" title="{{ notifications_tooltip }}">
<i class="icon-dashboard"></i>
<span>{{ c.new_activities }}</span>
Expand Down

0 comments on commit 2db96d8

Please sign in to comment.