Skip to content

Commit

Permalink
Merge pull request #386 from phrawzty/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
micahflee authored Jan 28, 2025
2 parents 158f2db + 9ad02c3 commit 0051f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/src/view_models/AccountXViewModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
}
}

0 comments on commit 0051f56

Please sign in to comment.