From aa011cd105922bfdd4aee510df37cfe313045fba Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Wed, 18 Dec 2024 15:14:58 -0700 Subject: [PATCH] Remove confusing wording from New Project Wizard (#5816) Addresses #5814 ### QA Notes With this PR, this wording should no longer be present. --- .../components/steps/pythonEnvironmentStep.tsx | 2 +- .../components/steps/rConfigurationStep.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/browser/positronNewProjectWizard/components/steps/pythonEnvironmentStep.tsx b/src/vs/workbench/browser/positronNewProjectWizard/components/steps/pythonEnvironmentStep.tsx index d2c5f02d374..f62c7e436f2 100644 --- a/src/vs/workbench/browser/positronNewProjectWizard/components/steps/pythonEnvironmentStep.tsx +++ b/src/vs/workbench/browser/positronNewProjectWizard/components/steps/pythonEnvironmentStep.tsx @@ -451,7 +451,7 @@ export const PythonEnvironmentStep = (props: PropsWithChildren 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()} > diff --git a/src/vs/workbench/browser/positronNewProjectWizard/components/steps/rConfigurationStep.tsx b/src/vs/workbench/browser/positronNewProjectWizard/components/steps/rConfigurationStep.tsx index 85c09bc6a07..3209abca877 100644 --- a/src/vs/workbench/browser/positronNewProjectWizard/components/steps/rConfigurationStep.tsx +++ b/src/vs/workbench/browser/positronNewProjectWizard/components/steps/rConfigurationStep.tsx @@ -133,7 +133,7 @@ export const RConfigurationStep = (props: PropsWithChildren 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() ? (