diff options
| author | Fuwn <[email protected]> | 2024-07-25 00:07:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-25 00:07:00 -0700 |
| commit | 1df444ab206f426e0f152ef404e906c6bf7d3762 (patch) | |
| tree | 70caef3a850dddbee75bedbba20b85c8fadacc15 | |
| parent | ci(trigger): update actions paths (diff) | |
| download | due.moe-1df444ab206f426e0f152ef404e906c6bf7d3762.tar.xz due.moe-1df444ab206f426e0f152ef404e906c6bf7d3762.zip | |
fix(Settings): hint wording
| -rw-r--r-- | src/lib/Settings/Categories/Display.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Settings/Categories/Display.svelte b/src/lib/Settings/Categories/Display.svelte index cdeff6b7..dbec2c04 100644 --- a/src/lib/Settings/Categories/Display.svelte +++ b/src/lib/Settings/Categories/Display.svelte @@ -194,8 +194,8 @@ <SettingHint lineBreak> Periodically check for and send recent AniList notifications as native platform notifications <br /> - This may be useful for users who have installed due.moe as a PWA or using on mobile devices, since - AniList has no official mobile app. + This may be useful for users who have installed due.moe as a PWA or are using due.moe on a mobile + device, as AniList has no official mobile app, and the AniList website does not send push notifications. </SettingHint> </SettingCheckboxToggle> |