Skip to content

Commit 369bd98

Browse files
committed
content: update text in fetch.tmpl for 404s
For golang/go#36811 For golang/go#37002 Change-Id: I1853ecf2798e717589bb81ad0d749a3f814b55ec Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/245646 Reviewed-by: Jonathan Amsterdam <[email protected]>
1 parent 1262032 commit 369bd98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/static/html/pages/fetch.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<div class="Fetch-container">
1111
<img class="Fetch-gopher" src="/static/img/gopher-airplane.svg" alt="The Go Gopher">
1212
<h3 class="Fetch-message js-fetchMessage" aria-live="polite" data-path="{{.MessageData}}">
13-
Oops! {{.MessageData}} does not exist.
13+
Oops! We couldn't find “{{.MessageData}}.
1414
</h3>
1515
<div class="Fetch-loading js-fetchLoading" aria-live="polite">
1616
<i class="Fetch-dot"></i>
1717
<i class="Fetch-dot"></i>
1818
<i class="Fetch-dot"></i>
1919
</div>
2020
<p class="Fetch-messageSecondary js-fetchMessageSecondary" aria-live="polite">
21-
Check that you entered it correctly, or request to fetch it.
21+
Check that you entered the URL correctly, or request to fetch “{{.MessageData}}”.
2222
</p>
2323
<button class="Fetch-button js-fetchButton" aria-live="polite">Fetch</button>
2424
</div>

0 commit comments

Comments
 (0)