Skip to content

Commit e750e17

Browse files
committed
fix: localization extraction bug
1 parent ad76995 commit e750e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/builtin/venvUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ async function createWithCustomization(version: string): Promise<boolean | undef
353353
{
354354
label: VenvManagerStrings.quickCreate,
355355
description: VenvManagerStrings.quickCreateDescription,
356-
detail: l10n.t(`Will use Python version ${version} and install workspace dependencies .`),
356+
detail: l10n.t('Will use Python version {0} and install workspace dependencies .', version),
357357
},
358358
{
359359
label: VenvManagerStrings.customize,

0 commit comments

Comments
 (0)