diff options
| author | Fuwn <[email protected]> | 2024-07-08 19:13:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-08 19:13:01 -0700 |
| commit | 0ab04edf56be3802e19e52d9e1ecb968e3e9d0e6 (patch) | |
| tree | abfc24abdd23365488a0ba873b352d637095b835 /src/lib/Locale/english.ts | |
| parent | feat(pwa): anilist notifications (diff) | |
| download | due.moe-0ab04edf56be3802e19e52d9e1ecb968e3e9d0e6.tar.xz due.moe-0ab04edf56be3802e19e52d9e1ecb968e3e9d0e6.zip | |
feat(pwa): anilist notifications
Diffstat (limited to 'src/lib/Locale/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index 2b9d1c3e..b3c91a92 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -76,7 +76,7 @@ const English: Locale = { fields: { disablePageTransitionAnimations: 'Disable page transition animations', disableNotifications: 'Disable verbose site notifications', - disableAniListNotifications: 'Disable AniList notifications', + enableAniListNotifications: 'Enable AniList notifications', limitPanelAreaToScreenHeight: 'Limit panel area to screen height', interfaceLanguage: 'Interface language' } |