Skip to content

Commit

Permalink
[#2667] Add missing localisation to package_form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jul 16, 2012
1 parent 14ab456 commit bc9e777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/snippets/package_form.html
Expand Up @@ -38,7 +38,7 @@
{% block cancel_button %}
<a class="btn" href="">{% block cancel_button_text %}{{ _('Cancel') }}{% endblock %}</a>
{% endblock %}
<button class="btn btn-primary" type="submit" name="save">{% block save_button_text %}Next: Add Data{% endblock %}</button>
<button class="btn btn-primary" type="submit" name="save">{% block save_button_text %}{{ _('Next: Add Data' }}{% endblock %}</button>
</div>
{% endblock %}
</form>

0 comments on commit bc9e777

Please sign in to comment.