We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b6177 commit 9ca2acdCopy full SHA for 9ca2acd
readthedocsext/theme/templates/projects/edit_base.html
@@ -35,7 +35,7 @@
35
<div class="header">{% trans "Building" %}</div>
36
<div class="menu">
37
<a class="item {% block project_integrations_active %}{% endblock project_integrations_active %}"
38
- href="{% url "projects_integrations" project.slug %}">{% trans "Git integrations" %}</a>
+ href="{% url "projects_integrations" project.slug %}">{% trans "Integrations" %}</a>
39
<a class="item {% block project_pull_requests_active %}{% endblock project_pull_requests_active %}"
40
href="{% url "projects_pull_requests" project.slug %}">{% trans "Pull request builds" %}</a>
41
<a class="item {% block project_notifications_active %}{% endblock project_notifications_active %}"
0 commit comments