diff options
| author | Fuwn <[email protected]> | 2024-02-17 01:32:59 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-17 01:32:59 -0800 |
| commit | ae14e8263a9d42c539b748c9781d3c249f94af59 (patch) | |
| tree | e04754cc3815203aa5bdaef804d697e0b103a917 /src/lib/Locale/english.ts | |
| parent | fix(hololive): wait for pinned streams (diff) | |
| download | due.moe-ae14e8263a9d42c539b748c9781d3c249f94af59.tar.xz due.moe-ae14e8263a9d42c539b748c9781d3c249f94af59.zip | |
feat(settings): delete remote configuration
Diffstat (limited to 'src/lib/Locale/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index 831018a7..7b1b3d00 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -150,7 +150,8 @@ const English: Locale = { title: 'Push Local Configuration', hint: 'Enable settings sync and overwrite any remote configuration with your local settings' }, - disable: 'Disable & Keep Local Configuration' + disable: 'Disable & Keep Local Configuration', + delete: 'Delete Remote Configuration' } } }, |