Skip to content

Commit 50afb57

Browse files
committed
Edit & Activate -> Activate
1 parent f089459 commit 50afb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/templates/projects/project_version_list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1>{% trans "Activate a version" %}</h1>
119119

120120
{% if request.user|is_admin:project %}
121121
<ul class="module-item-menu">
122-
<li><a href="{% url "project_version_detail" project.slug version.slug %}">{% trans "Edit & Activate" %}</a></li>
122+
<li><a href="{% url "project_version_detail" project.slug version.slug %}">{% trans "Activate" %}</a></li>
123123
</ul>
124124
{% endif %}
125125

0 commit comments

Comments
 (0)