diff options
| author | Fuwn <[email protected]> | 2023-08-29 17:27:35 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-08-29 17:27:35 -0700 |
| commit | ffb4f2a54af36d44db8effb435c2ec1ef515c0a9 (patch) | |
| tree | 10edd202328f4a2d3dcb8db51378695fef4a3fbf /src | |
| parent | fix(manga): more reliable cache clear (diff) | |
| download | due.moe-ffb4f2a54af36d44db8effb435c2ec1ef515c0a9.tar.xz due.moe-ffb4f2a54af36d44db8effb435c2ec1ef515c0a9.zip | |
fix(settings): descriptions
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/settings/+page.svelte | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index c9bc8b45..4fe1e216 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -67,7 +67,10 @@ : displayNotStarted.set('true')} >{$displayNotStarted === 'true' ? 'Hide' : 'Show'} media with zero progress</a > - <small style="opacity: 50%;">Displays unresolved chapter counts as "?"</small> + <small style="opacity: 50%;" + >May cause <a href="https://en.wikipedia.org/wiki/Rate_limiting">rate-limiting</a> depending + on how much releasing manga are on your lists</small + > </li> <li> <a @@ -127,9 +130,8 @@ <input type="number" bind:value={$cacheMangaMinutes} min="1" max="1440" placeholder="60" /> minutes <small style="opacity: 50%;" - >Values may cause <a href="https://en.wikipedia.org/wiki/Rate_limiting" - >rate-limiting depending on how much releasing manga are on your lists</a - ></small + >Low values may cause <a href="https://en.wikipedia.org/wiki/Rate_limiting">rate-limiting</a + > depending on how much releasing manga are on your lists</small > </li> <li> |