Skip to content

Commit 93c6dbb

Browse files
committed
Small template changes
1 parent 6690dac commit 93c6dbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

readthedocs/templates/projects/project_notifications.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3>{% trans "Existing Notifications" %}</h3>
2727
</ul>
2828

2929
{% if emails|length > 0 %}
30-
<h3>{% trans "Remove Emails" %}</h3>
30+
<h3>{% trans "Remove Notifications" %}</h3>
3131
<p>
3232
<form method="post" action="{% url projects_notification_delete project.slug %}">
3333
{% csrf_token %}
@@ -42,6 +42,7 @@ <h3>{% trans "Remove Emails" %}</h3>
4242
{% endif %}
4343

4444

45+
<h3>{% trans "New Notifications" %}</h3>
4546
<p>
4647
{% trans "Add an email address to notify" %}
4748
</p>

readthedocs/templates/projects/project_users.html

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ <h3>{% trans "Remove Maintainer" %}</h3>
4141
</p>
4242
{% endif %}
4343

44+
<h3>{% trans "Add Maintainer" %}</h3>
4445
<p>
4546
{% trans "Choose which user you would like to add." %}
4647
</p>

0 commit comments

Comments
 (0)