Skip to content

Commit 8003212

Browse files
committed
update tooltip for "deployment pending" icon
1 parent 4da7bb8 commit 8003212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/core/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h1 class="brand">{{ "cubes" | fas(fw=true) }} Docs.rs</h1>
6464
{%- endif -%}
6565
{% if release.deployment_pending -%}
6666
<div class="pure-u-1 pure-u-sm-1-24 pure-u-md-1-24 deploymentstatus"
67-
title="deployment pending, some pages might be outdated">
67+
title="deployment pending, it may take up to 20 minutes for this version to be visible to everybody">
6868
{{ "spinner" | fas }}
6969
</div>
7070
{%- else -%}

templates/releases/releases.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{%- endif %}
5353
{% if release.deployment_pending -%}
5454
<div class="pure-u-1 pure-u-sm-1-24 pure-u-md-1-24 deploymentstatus"
55-
title="deployment pending, some pages might be outdated">
55+
title="deployment pending, it may take up to 20 minutes for this version to be visible to everybody">
5656
{{ "spinner" | fas }}
5757
</div>
5858
{%- else -%}

0 commit comments

Comments
 (0)