Skip to content

Commit 20a964a

Browse files
committed
chore: typo localization
1 parent e750e17 commit 20a964a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/localize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export namespace VenvManagerStrings {
9292

9393
export const selectQuickOrCustomize = l10n.t('Select Quick Create or Customize');
9494
export const quickCreate = l10n.t('Quick Create');
95-
export const quickCreateDescription = l10n.t('Create a .venv environment in the workspace root');
95+
export const quickCreateDescription = l10n.t('Create a virtual environment in the workspace root');
9696
export const customize = l10n.t('Customize');
9797
export const customizeDescription = l10n.t('Select python version, location, packages, etc.');
9898
}

0 commit comments

Comments
 (0)