diff options
Diffstat (limited to 'src/lib/Locale/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index 0cfc4035..f0195948 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -284,6 +284,10 @@ const English: Locale = { "If you are having issues with data loading or logging out, it is recommended to clear your site data.", }, dummyLists: "Use dummy media lists", + dryRunMutations: { + title: "Dry-run mutations", + hint: "Block outgoing list updates (e.g., the + button) and skip the post-mutation refresh so optimistic UI changes persist locally for testing. No data is sent to AniList.", + }, }, hololive: { live: "LIVE", |