Skip to content

Commit 5c78122

Browse files
authored
Drop the : from the "Admin Tools" include (pypi#10442)
This is a clearer presentation, and does not indicate that there's some text that isn't visible.
1 parent 58c1b42 commit 5c78122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/templates/includes/admin/administer-project-include.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
{% if request.has_permission("moderator") %}
1616
<div class="admin-include">
17-
<h4>Admin tools:</h4>
17+
<h4>Admin tools</h4>
1818
<a href="{{ request.route_path('admin.project.detail', project_name=project.name) }}" class="button button--primary package-description__edit-button">View project in admin</a>
1919

2020
<form class="form-inline" method="GET" action="{{ request.route_path('admin.prohibited_project_names.add') }}">

0 commit comments

Comments
 (0)