diff options
| author | Fuwn <[email protected]> | 2023-08-28 04:00:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-08-28 04:00:18 -0700 |
| commit | 9832774950f429098222fe2484ac4fa6854f0861 (patch) | |
| tree | 1fc0e302496681a4ba2a33ccc8ebe72c75902ab9 /src/routes/settings | |
| parent | fix(settings): sort text (diff) | |
| download | due.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.svelte | 3 |
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> |