Skip to content

Commit

Permalink
[#474] Removes 'a' from 'Edit a Organization'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Feb 27, 2013
1 parent f0fc720 commit 6514f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/organization/edit.html
@@ -1,5 +1,5 @@
{% extends "organization/base_form_page.html" %}

{% block subtitle %}{{ _('Edit a Organization') }}{% endblock %}
{% block subtitle %}{{ _('Edit Organization') }}{% endblock %}

{% block page_heading %}{{ _('Edit a Organization') }}{% endblock %}
{% block page_heading %}{{ _('Edit Organization') }}{% endblock %}

0 comments on commit 6514f8f

Please sign in to comment.