From 706508ff79dc1ddff1b6592b7ded174ae8dc021a Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 3 May 2022 10:02:48 +0200 Subject: [PATCH] improve wording Signed-off-by: Johan Haals Co-authored-by: Patrik Oldsberg --- packages/cli/src/commands/create-github-app/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/create-github-app/index.ts b/packages/cli/src/commands/create-github-app/index.ts index e84e010c60..8882b597c6 100644 --- a/packages/cli/src/commands/create-github-app/index.ts +++ b/packages/cli/src/commands/create-github-app/index.ts @@ -33,7 +33,7 @@ export default async (org: string) => { name: 'appType', message: chalk.blue('What will the app be used for [required]'), choices: [ - 'Read and Write(needed by the scaffolding to create new projects)', + 'Read and Write (needed by Software Templates)', 'Read only', ], },