diff options
| author | Fuwn <[email protected]> | 2024-02-05 19:23:16 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-05 19:23:16 -0800 |
| commit | 95fa2fb47686512795a7f0088c95c171de2ce75e (patch) | |
| tree | 071977980733bf1b9c03b49735ff4b58c755e024 /src/lib/Locale/english.ts | |
| parent | feat(locale): localise import mode (diff) | |
| download | due.moe-95fa2fb47686512795a7f0088c95c171de2ce75e.tar.xz due.moe-95fa2fb47686512795a7f0088c95c171de2ce75e.zip | |
feat(locale): localise import wait
Diffstat (limited to 'src/lib/Locale/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index c31f79c7..38c9e875 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -166,7 +166,9 @@ const English: Locale = { hint: 'If your badges are nested in links, enable this option to attach the links to the badges.' }, importReplies: 'Import Replies', - title: 'Import badges from an activity post' + title: 'Import badges from an activity post', + importWait: + 'Please wait until import mode automatically closes, otherwise you risk skipping or duplicating badges.' } }, profile: { |