diff --git a/src/renderer/src/view_models/AccountXViewModel.ts b/src/renderer/src/view_models/AccountXViewModel.ts index 8e614208..d5969671 100644 --- a/src/renderer/src/view_models/AccountXViewModel.ts +++ b/src/renderer/src/view_models/AccountXViewModel.ts @@ -1077,7 +1077,7 @@ Hang on while I scroll down to your earliest tweets.`; let archiveStartResponse: XArchiveStartResponse; this.showBrowser = true; - this.instructions = `**I'm download HTML copies of your tweets, starting with the oldest.** + this.instructions = `**I'm downloading HTML copies of your tweets, starting with the oldest.** This may take a while...`; this.showAutomationNotice = true; @@ -2812,4 +2812,4 @@ You can save all your data for free, but you need a Premium plan to delete your this.jobs = state.jobs; this.currentJobIndex = state.currentJobIndex; } -} \ No newline at end of file +}