Skip to content

Commit

Permalink
Update text shown in formatter install prompt (#20869)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Mar 17, 2023
1 parent d16568e commit 00ce6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/common/utils/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,11 @@ export namespace ToolsExtensions {
export const installISortExtension = l10n.t('Install isort extension');

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

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

export const selectMultipleFormattersPrompt = l10n.t(
Expand Down

0 comments on commit 00ce6d0

Please sign in to comment.