Skip to content

Commit

Permalink
fixup! Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuziuk committed Nov 4, 2024
1 parent fa51123 commit c6b53c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class StartingStepWorkspaceConditions extends ProgressStep<Props,
this.timerId = window.setTimeout(() => {
this.setState({
subConditionTitle:
'Downloading IDE binaries... (it can take a few minutes depending on your connection)',
'Downloading IDE binaries... (it can take a few minutes)',
});
}, 20000);
}
Expand Down

0 comments on commit c6b53c8

Please sign in to comment.