Skip to content

Commit

Permalink
Remove confusing wording from New Project Wizard (#5816)
Browse files Browse the repository at this point in the history
Addresses #5814 

### QA Notes

With this PR, this wording should no longer be present.
  • Loading branch information
juliasilge authored Dec 18, 2024
1 parent 8a2b5c2 commit aa011cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export const PythonEnvironmentStep = (props: PropsWithChildren<NewProjectWizardS
description={(() =>
localize(
'pythonInterpreterSubStep.description',
"Select a Python installation for your project. You can modify this later if you change your mind."
"Select a Python installation for your project."
))()}
feedback={interpreterStepFeedback()}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const RConfigurationStep = (props: PropsWithChildren<NewProjectWizardStep
description={(() =>
localize(
'rConfigurationStep.versionSubStep.description',
'Select a version of R to launch your project with. You can modify this later if you change your mind.'
'Select a version of R to launch your project with.'
))()}
feedback={
!interpretersLoading() && !interpretersAvailable() ? (
Expand Down

0 comments on commit aa011cd

Please sign in to comment.