Skip to content

Commit cdc5935

Browse files
committed
Warn about changing a version slug
Ref readthedocs/readthedocs.org#11930
1 parent 6da3d15 commit cdc5935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocsext/theme/templates/projects/version_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2 class="ui medium dividing header">
5353
<div class="content">
5454
{% if version.active %}
5555
<div class="ui warning message">
56-
{% trans "Deactivating a version will result in the deletion of its documentation." %}
56+
{% trans "Deactivating a version or changing its slug will result in the deletion of its documentation." %}
5757
</div>
5858
{% endif %}
5959

0 commit comments

Comments
 (0)