File tree 1 file changed +2
-2
lines changed
content/static/html/pages
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
<div class="Fetch-container">
11
11
<img class="Fetch-gopher" src="/static/img/gopher-airplane.svg" alt="The Go Gopher">
12
12
<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}}” .
14
14
</h3>
15
15
<div class="Fetch-loading js-fetchLoading" aria-live="polite">
16
16
<i class="Fetch-dot"></i>
17
17
<i class="Fetch-dot"></i>
18
18
<i class="Fetch-dot"></i>
19
19
</div>
20
20
<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}}” .
22
22
</p>
23
23
<button class="Fetch-button js-fetchButton" aria-live="polite">Fetch</button>
24
24
</div>
You can’t perform that action at this time.
0 commit comments