Skip to content

Commit efcb86b

Browse files
committed
update deployment tooltip
1 parent f155044 commit efcb86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/releases/releases.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
{%- if release.rustdoc_status -%}
5454
{%- if release.deployment_pending -%}
5555
<div class="pure-u-1 pure-u-sm-1-24 pure-u-md-1-24 deploymentstatus"
56-
title="deployment pending, it may take up to 20 minutes for this version to be visible to everybody">
56+
title="deployment pending, it may take up to 20 minutes for this version to be visible to everybody and on all pages. Especially `/latest/` URLs might be affected.">
5757
{{ "spinner" | fas }}
5858
</div>
5959
{%- else -%}

0 commit comments

Comments
 (0)