Skip to content

Commit

Permalink
content: update text in fetch.tmpl for 404s
Browse files Browse the repository at this point in the history
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 <jba@google.com>
  • Loading branch information
julieqiu committed Jul 30, 2020
1 parent 1262032 commit 369bd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/static/html/pages/fetch.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<div class="Fetch-container">
<img class="Fetch-gopher" src="/static/img/gopher-airplane.svg" alt="The Go Gopher">
<h3 class="Fetch-message js-fetchMessage" aria-live="polite" data-path="{{.MessageData}}">
Oops! {{.MessageData}} does not exist.
Oops! We couldn't find “{{.MessageData}}.
</h3>
<div class="Fetch-loading js-fetchLoading" aria-live="polite">
<i class="Fetch-dot"></i>
<i class="Fetch-dot"></i>
<i class="Fetch-dot"></i>
</div>
<p class="Fetch-messageSecondary js-fetchMessageSecondary" aria-live="polite">
Check that you entered it correctly, or request to fetch it.
Check that you entered the URL correctly, or request to fetch “{{.MessageData}}”.
</p>
<button class="Fetch-button js-fetchButton" aria-live="polite">Fetch</button>
</div>
Expand Down

0 comments on commit 369bd98

Please sign in to comment.