Skip to content

Commit

Permalink
Change text to "Validating X archive" since it may or may not be unzi…
Browse files Browse the repository at this point in the history
…pping it
  • Loading branch information
micahflee committed Jan 13, 2025
1 parent bba388f commit 9c80a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/views/x/XWizardImportingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ onMounted(async () => {
<i v-else>
<RunningIcon />
</i>
Unzipping and validating X archive
Validating X archive
</li>
<li :class="statusImportingTweets == ImportStatus.Pending ? 'text-muted' : ''">
<i v-if="statusImportingTweets != ImportStatus.Active"
Expand Down

0 comments on commit 9c80a6a

Please sign in to comment.