Skip to content

Commit

Permalink
[#1358] Tweak captions to make them clearer for users
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 5, 2013
1 parent b3ad6bd commit b3f6c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/templates/package/resource_data.html
Expand Up @@ -9,7 +9,7 @@

<form method="post" action="{{ action }}" >
<button class="btn btn-primary" name="save" type="submit">
<i class="icon-cloud-upload"></i> {{ _('Upload Data') }}
<i class="icon-cloud-upload"></i> {{ _('Upload to DataStore') }}
</button>
</form>

Expand Down
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 Data'), id=pkg.name, resource_id=res.id) }}
{{ h.build_nav_icon('resource_data', _('Resource DataStore'), id=pkg.name, resource_id=res.id) }}
{% endif %}
{% endblock %}

Expand Down

0 comments on commit b3f6c1b

Please sign in to comment.