diff options
Diffstat (limited to 'src/lib/Locale/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index 9e0868d0..fe449d34 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -216,6 +216,20 @@ const English: Locale = { long: "Today's Character Birthdays" } } + }, + debug: { + clearCaches: 'Clear anime and manga list caches', + resetAllSettings: { + title: 'Reset ALL settings', + hint: 'Resets all settings present on this page to their default values' + }, + clearLocalStorage: { + title: 'Clear', + hint1: + 'Resets all of your settings to their default values and clears both AniList media list and manga data caches', + hint2: + 'If you are having issues with data loading or logging out, it is recommended to clear your site data.' + } } }; |