File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -475,11 +475,11 @@ export namespace ToolsExtensions {
475
475
export const installISortExtension = l10n . t ( 'Install isort extension' ) ;
476
476
477
477
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?' ,
479
479
) ;
480
480
481
481
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?' ,
483
483
) ;
484
484
485
485
export const selectMultipleFormattersPrompt = l10n . t (
You can’t perform that action at this time.
0 commit comments