Skip to content

Commit

Permalink
Change "Add new dataset" to "Add Dataset"
Browse files Browse the repository at this point in the history
Text on button on user's dashboard. Make it match "Add Dataset" link in
site header, "Add Dataset" and "Add Dataset to Group" buttons on group
pages, etc.
  • Loading branch information
Sean Hammond committed Nov 15, 2012
1 parent d917e73 commit 200c243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/dashboard.html
Expand Up @@ -11,7 +11,7 @@

{% block actions_content %}
{% if h.check_access('package_create') %}
<li>{% link_for _('Add new dataset'), controller='package', action='new', class_="btn btn-primary icon-large", icon="plus" %}</li>
<li>{% link_for _('Add Dataset'), controller='package', action='new', class_="btn btn-primary icon-large", icon="plus" %}</li>
{% endif %}
{% endblock %}

Expand Down

0 comments on commit 200c243

Please sign in to comment.