Skip to content

Commit ffc3c71

Browse files
committed
Fix typo and translation flail.
1 parent 93c6dbb commit ffc3c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/templates/projects/project_notifications.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
{% block project_edit_content %}
1515
<p class="help_text">
16-
{% trans "Configure notificaitons to be sent on build failures." %}
16+
{% trans "Configure Notifications to be sent on build failures." %}
1717
</p>
1818

1919
<h3>{% trans "Existing Notifications" %}</h3>
@@ -36,7 +36,7 @@ <h3>{% trans "Remove Notifications" %}</h3>
3636
<option value="{{ email.email }}">{{ email }}</option>
3737
{% endfor %}
3838
</select>
39-
<input type="submit" value="Remove">
39+
<input type="submit" value="{% trans "Remove" %}">
4040
</form>
4141
</p>
4242
{% endif %}

0 commit comments

Comments
 (0)