mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -05:00
Update description to fit in Description column (#8633)
This commit is contained in:
@@ -21,7 +21,7 @@ export class DockerTool extends ToolBase {
|
||||
}
|
||||
|
||||
get description(): string {
|
||||
return localize('resourceDeployment.DockerDescription', "A utility to package and run an application in isolated containers");
|
||||
return localize('resourceDeployment.DockerDescription', "Packages and runs applications in isolated containers");
|
||||
}
|
||||
|
||||
get type(): ToolType {
|
||||
|
||||
Reference in New Issue
Block a user