From d0635255b172ff3e2f368246f524bab49d34a2a3 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 28 Jul 2024 20:39:36 +0200 Subject: [PATCH] chore: more generic text --- src/services/cli.settings.services.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/cli.settings.services.ts b/src/services/cli.settings.services.ts index e784620..5e85918 100644 --- a/src/services/cli.settings.services.ts +++ b/src/services/cli.settings.services.ts @@ -2,7 +2,7 @@ import {assertAnswerCtrlC} from '@junobuild/cli-tools'; import prompts from 'prompts'; export const askForPassword = async ( - message = 'What is your CLI configuration password?' + message = 'Please provide the password for your CLI configuration.' ): Promise => { const {encryptionKey}: {encryptionKey: string} = await prompts([ {