diff --git a/npm/ng-packs/packages/schematics/src/commands/change-theme/schema.json b/npm/ng-packs/packages/schematics/src/commands/change-theme/schema.json index 327e052635..f38cc0037b 100644 --- a/npm/ng-packs/packages/schematics/src/commands/change-theme/schema.json +++ b/npm/ng-packs/packages/schematics/src/commands/change-theme/schema.json @@ -5,7 +5,7 @@ "type": "object", "properties": { "name": { - "description": "The file extension or preprocessor to use for style files.", + "description": "The name of theme will change.", "type": "integer", "default": 1, "enum": [1, 2, 3, 4], @@ -21,7 +21,7 @@ } }, "targetProject": { - "description": "The name of the project will change the style", + "description": "The name of the project will change the style.The project type must be 'application'", "type": "string", "x-prompt": "Please enter the project name" }