File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ export namespace PackageManagement {
3636 export const enterPackageNames = l10n . t ( 'Enter package names' ) ;
3737 export const searchCommonPackages = l10n . t ( 'Search common `PyPI` packages' ) ;
3838 export const searchCommonPackagesDescription = l10n . t ( 'Search and Install common `PyPI` packages' ) ;
39- export const workspaceDependencies = l10n . t ( 'Install workspace dependencies' ) ;
40- export const workspaceDependenciesDescription = l10n . t ( 'Install dependencies found in the current workspace .' ) ;
39+ export const workspaceDependencies = l10n . t ( 'Install project dependencies' ) ;
40+ export const workspaceDependenciesDescription = l10n . t ( 'Install packages found in dependency files .' ) ;
4141 export const selectPackagesToUninstall = l10n . t ( 'Select packages to uninstall' ) ;
4242 export const enterPackagesPlaceHolder = l10n . t ( 'Enter package names separated by space' ) ;
4343 export const editArguments = l10n . t ( 'Edit arguments' ) ;
You can’t perform that action at this time.
0 commit comments