Skip to content

Commit 00ce6d0

Browse files
authored
Update text shown in formatter install prompt (#20869)
1 parent d16568e commit 00ce6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/common/utils/localize.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,11 +475,11 @@ export namespace ToolsExtensions {
475475
export const installISortExtension = l10n.t('Install isort extension');
476476

477477
export const selectBlackFormatterPrompt = l10n.t(
478-
'You have Black formatter extension installed, would you like to use that as the default formatter?',
478+
'You have the Black formatter extension installed, would you like to use that as the default formatter?',
479479
);
480480

481481
export const selectAutopep8FormatterPrompt = l10n.t(
482-
'You have Autopep8 formatter extension installed, would you like to use that as the default formatter?',
482+
'You have the Autopep8 formatter extension installed, would you like to use that as the default formatter?',
483483
);
484484

485485
export const selectMultipleFormattersPrompt = l10n.t(

0 commit comments

Comments
 (0)