Skip to content

Commit b802888

Browse files
committed
Renamed 'Go offline' -> 'Skip loading'
1 parent 8743c4e commit b802888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<div id="loading-offline-hint">
9999
Taking too long?
100-
<LinkButton text="Go offline" onClick={() => api.setOffline(true)} />
100+
<LinkButton text="Skip loading" onClick={() => api.setOffline(true)} />
101101
</div>
102102
</div>
103103
{:else}

0 commit comments

Comments
 (0)