We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f089459 commit 50afb57Copy full SHA for 50afb57
readthedocs/templates/projects/project_version_list.html
@@ -119,7 +119,7 @@ <h1>{% trans "Activate a version" %}</h1>
119
120
{% if request.user|is_admin:project %}
121
<ul class="module-item-menu">
122
- <li><a href="{% url "project_version_detail" project.slug version.slug %}">{% trans "Edit & Activate" %}</a></li>
+ <li><a href="{% url "project_version_detail" project.slug version.slug %}">{% trans "Activate" %}</a></li>
123
</ul>
124
{% endif %}
125
0 commit comments