Skip to content

Commit

Permalink
[#1358] Change tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 5, 2013
1 parent b3f6c1b commit e973268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/resource_edit_base.html
Expand Up @@ -21,7 +21,7 @@
{% block content_primary_nav %}
{{ h.build_nav_icon('resource_edit', _('Edit resource'), id=pkg.name, resource_id=res.id) }}
{% if 'datapusher' in g.plugins %}
{{ h.build_nav_icon('resource_data', _('Resource DataStore'), id=pkg.name, resource_id=res.id) }}
{{ h.build_nav_icon('resource_data', _('DataStore'), id=pkg.name, resource_id=res.id) }}
{% endif %}
{% endblock %}

Expand Down

0 comments on commit e973268

Please sign in to comment.