aboutsummaryrefslogtreecommitdiff
path: root/src/routes/settings
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-08-28 04:00:18 -0700
committerFuwn <[email protected]>2023-08-28 04:00:18 -0700
commit9832774950f429098222fe2484ac4fa6854f0861 (patch)
tree1fc0e302496681a4ba2a33ccc8ebe72c75902ab9 /src/routes/settings
parentfix(settings): sort text (diff)
downloaddue.moe-9832774950f429098222fe2484ac4fa6854f0861.tar.xz
due.moe-9832774950f429098222fe2484ac4fa6854f0861.zip
feat(settings): add info text
Diffstat (limited to 'src/routes/settings')
-rw-r--r--src/routes/settings/+page.svelte3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte
index 7e373975..5e70cf36 100644
--- a/src/routes/settings/+page.svelte
+++ b/src/routes/settings/+page.svelte
@@ -134,7 +134,8 @@
</li>
<li>
<a href="#" on:click={() => localStorage.clear()}>Clear <code>localStorage</code> </a>
- <small style="opacity: 50%;">Doesn't break anything, but resets all settings and caches</small
+ <small style="opacity: 50%;"
+ >Doesn't break anything, but resets all settings and key caches. Recommended after updates</small
>
</li>
</ul>