Skip to content

Commit

Permalink
Add missing "m" in "Request permission" (#12266) (#12410)
Browse files Browse the repository at this point in the history
Add missing "m" in "Request permission"

(cherry picked from commit dd00006)

Co-authored-by: Sylvain POULAIN <[email protected]>
  • Loading branch information
github-actions[bot] and kikislater authored Jul 11, 2024
1 parent 5ac3601 commit bb78275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geonode/templates/owner_rights_request.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% load i18n %}
{% load bootstrap_tags %}

{% block title %}{% trans "Request perission" %} {% endblock %}
{% block title %}{% trans "Request permission" %} {% endblock %}
{% block body %}
<h3>{% trans "Request editing for resource: " %} {{ resource.title }}</h3>
<a href="{{ resource.get_absolute_url }}" class="btn btn-primary" type="button">{% trans "Back to resource" %}</a>
Expand All @@ -16,4 +16,4 @@ <h3>{% trans "Request editing for resource: " %} {{ resource.title }}</h3>
<input type="submit" value="{% trans "Send request" %}" class="btn btn-primary" type="button"/>
</div>
</form>
{% endblock %}
{% endblock %}

0 comments on commit bb78275

Please sign in to comment.