diff options
| author | Fuwn <[email protected]> | 2024-01-25 00:14:47 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-25 00:14:47 -0800 |
| commit | c575621dd5826919d5fc6f275108d043295529da (patch) | |
| tree | 1e85f315f6c76c2b45b9354399a6e737c9c7dcfc | |
| parent | fix(sequelspy): log in restriction (diff) | |
| download | due.moe-c575621dd5826919d5fc6f275108d043295529da.tar.xz due.moe-c575621dd5826919d5fc6f275108d043295529da.zip | |
fix(settings): notice grammar
| -rw-r--r-- | src/routes/settings/+page.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 3916c1e7..d9587225 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -58,8 +58,8 @@ <p> <b>{$locale().settings.fields.notice}</b> - AniList has temporarily increased their API rate limits, so may experience more occasional rate limits - than usual, both on <a href={root('/')}>due.moe</a> and on AniList. + 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> |