File tree 2 files changed +3
-1
lines changed
readthedocs/templates/projects
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h3>{% trans "Existing Notifications" %}</h3>
27
27
</ ul >
28
28
29
29
{% if emails|length > 0 %}
30
- < h3 > {% trans "Remove Emails " %}</ h3 >
30
+ < h3 > {% trans "Remove Notifications " %}</ h3 >
31
31
< p >
32
32
< form method ="post " action ="{% url projects_notification_delete project.slug %} ">
33
33
{% csrf_token %}
@@ -42,6 +42,7 @@ <h3>{% trans "Remove Emails" %}</h3>
42
42
{% endif %}
43
43
44
44
45
+ < h3 > {% trans "New Notifications" %}</ h3 >
45
46
< p >
46
47
{% trans "Add an email address to notify" %}
47
48
</ p >
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ <h3>{% trans "Remove Maintainer" %}</h3>
41
41
</ p>
42
42
{% endif %}
43
43
44
+ < h3 > {% trans "Add Maintainer" %}</ h3 >
44
45
< p >
45
46
{% trans "Choose which user you would like to add." %}
46
47
</ p >
You can’t perform that action at this time.
0 commit comments