From 9ad02c3567cbf4f3d98a2825d9dcbbedfc8fff10 Mon Sep 17 00:00:00 2001 From: Daniel Maher Date: Tue, 28 Jan 2025 06:51:21 +0100 Subject: [PATCH] Fix small English grammar error in AccountXViewModel.ts It's a verb, in this case. :) --- src/renderer/src/view_models/AccountXViewModel.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}