Skip to content

Commit

Permalink
[#448] Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Feb 25, 2013
1 parent e6b88ad commit ec06a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/related_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 class="hide-heading">{{ _('Related Media for {dataset}').format(dataset=h.da
<p class="empty">No related items</p>
{% endif %}
<div class="form-actions">
{% link_for _('Add relative item'), controller='related', action='new', id=pkg.name, class_='btn btn-primary' %}
{% link_for _('Add related item'), controller='related', action='new', id=pkg.name, class_='btn btn-primary' %}
</div>
</section>
{% endblock %}

0 comments on commit ec06a69

Please sign in to comment.