diff options
| author | Fuwn <[email protected]> | 2024-02-11 04:07:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-11 04:07:46 -0800 |
| commit | 286c75a6e0d810894bfee2c5c80b747c31f6f082 (patch) | |
| tree | 796b50e60c46767dd379fa66da5c8fb149303682 /src/routes/settings | |
| parent | refactor(settings): move attributions to categories (diff) | |
| download | due.moe-286c75a6e0d810894bfee2c5c80b747c31f6f082.tar.xz due.moe-286c75a6e0d810894bfee2c5c80b747c31f6f082.zip | |
refactor: remove wikipedia for rate-limit
Diffstat (limited to 'src/routes/settings')
| -rw-r--r-- | src/routes/settings/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 8dcbc2ca..42127f51 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -58,7 +58,7 @@ <p> <b>{$locale().settings.fields.notice}</b> - AniList has temporarily increased their API rate limits, so you may experience more occasional rate + AniList has temporarily increased their API rate-limits, so you may experience more occasional rate limits than usual, both on <a href={root('/')}>due.moe</a> and on AniList. </p> --> </blockquote> |