aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/Tools/Wrapped.svelte8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte
index 6445189c..ab1ac125 100644
--- a/src/lib/Tools/Wrapped.svelte
+++ b/src/lib/Tools/Wrapped.svelte
@@ -348,7 +348,7 @@
{@html nbsp(`Loading${useFullActivityHistory ? ' full-year' : ''} activity history ...`)}
{:then activities}
{#await wrapped(user, currentUserIdentity)}
- Loading ...
+ {@html nbsp('Loading user data ...')}
{:then wrapped}
<div
id="wrapped"
@@ -432,7 +432,7 @@
</ol>
</div>
{:else}
- Loading&nbsp;...
+ {@html nbsp('Loading anime list ...')}
{/if}
</div>
</div>
@@ -460,7 +460,7 @@
</ol>
</div>
{:else}
- Loading&nbsp;...
+ {@html nbsp('Loading manga list ...')}
{/if}
</div>
</div>
@@ -557,7 +557,7 @@
/>
{/await}
{:else}
- Loading&nbsp;...
+ {@html nbsp('Loading user identity ...')}
{/if}
<style>