Skip to content

Commit 4b43114

Browse files
committed
making wording more concise
1 parent 1fc5e09 commit 4b43114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/utils/localize.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ export namespace CreateEnv {
523523
export const createEnvironment = l10n.t('Create');
524524

525525
export const globalPipInstallTriggerMessage = l10n.t(
526-
'You may have installed Python packages into your global environment, which can cause conflicts between package versions. Would you like to create a virtual environment with these packages installed to isolate your dependencies?',
526+
'You may have installed Python packages into your global environment, which can cause conflicts between package versions. Would you like to create a virtual environment with these packages to isolate your dependencies?',
527527
);
528528
}
529529
}

0 commit comments

Comments
 (0)