We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c6dbb commit ffc3c71Copy full SHA for ffc3c71
readthedocs/templates/projects/project_notifications.html
@@ -13,7 +13,7 @@
13
14
{% block project_edit_content %}
15
<p class="help_text">
16
- {% trans "Configure notificaitons to be sent on build failures." %}
+ {% trans "Configure Notifications to be sent on build failures." %}
17
</p>
18
19
<h3>{% trans "Existing Notifications" %}</h3>
@@ -36,7 +36,7 @@ <h3>{% trans "Remove Notifications" %}</h3>
36
<option value="{{ email.email }}">{{ email }}</option>
37
{% endfor %}
38
</select>
39
- <input type="submit" value="Remove">
+ <input type="submit" value="{% trans "Remove" %}">
40
</form>
41
42
{% endif %}
0 commit comments