Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change WSL 2 screen text #98

Merged
1 commit merged into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/setup/InstallWslWarningScreenshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const InstallWslWarningScreenshot = (): ReactElement => {
<img
className={classes.image}
src={InstallWslImg}
alt="Docker is currently configured to run on WSL2 backend, but WSL2 is not installed. Please install WSL2 or changed the Docker backend setting to WSL1."
alt="WSL 2 is required to run Docker. Please install WSL 2."
/>
);
};
Expand Down
3 changes: 1 addition & 2 deletions src/setup/create/IncorrectWslSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ const IncorrectWslSettings = (): ReactElement => {
color="textSecondary"
align="center"
>
Please install WSL 2 or uncheck "Use the WSL 2 based engine" in
Docker settings.
WSL 2 is required to run Docker. Please install WSL 2.
</Typography>
</Grid>
<Grid item container justify="center">
Expand Down