Skip to content

Commit 9ca2acd

Browse files
authored
Rename admin dashboard "Git integrations" (#581)
We renamed this to "Git integrations" for some reason, but: - This feels misleading because these are all webhooks, there is no integration with `git` itself. - The subpages still all have a heading `Integrations` ![image](https://github.com/user-attachments/assets/2587d915-804e-4651-9a91-05516b793715)
1 parent 61b6177 commit 9ca2acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocsext/theme/templates/projects/edit_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="header">{% trans "Building" %}</div>
3636
<div class="menu">
3737
<a class="item {% block project_integrations_active %}{% endblock project_integrations_active %}"
38-
href="{% url "projects_integrations" project.slug %}">{% trans "Git integrations" %}</a>
38+
href="{% url "projects_integrations" project.slug %}">{% trans "Integrations" %}</a>
3939
<a class="item {% block project_pull_requests_active %}{% endblock project_pull_requests_active %}"
4040
href="{% url "projects_pull_requests" project.slug %}">{% trans "Pull request builds" %}</a>
4141
<a class="item {% block project_notifications_active %}{% endblock project_notifications_active %}"

0 commit comments

Comments
 (0)