update the strings (#5904)

* update the strings

* PR comments and remove the workaround
This commit is contained in:
Alan Ren
2019-06-06 13:03:03 -07:00
committed by GitHub
parent 76a84a2cf4
commit 1150433c0a
15 changed files with 45 additions and 73 deletions

View File

@@ -13,7 +13,7 @@ export class DockerTool implements ITool {
}
get description(): string {
return localize('resourceDeployment.DockerDescription', 'Manages the containers');
return localize('resourceDeployment.DockerDescription', 'Provides the ability to package and run an application in isolated containers');
}
get type(): ToolType {