From d1b51f0ed6fcdb0cce8c2a29ace8c2c98c5897b9 Mon Sep 17 00:00:00 2001 From: Ben Irvin Date: Wed, 14 Dec 2022 12:41:59 +0100 Subject: [PATCH] update confirmation message --- packages/core/strapi/bin/strapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/strapi/bin/strapi.js b/packages/core/strapi/bin/strapi.js index e6025cf9da..ee9cc97c46 100755 --- a/packages/core/strapi/bin/strapi.js +++ b/packages/core/strapi/bin/strapi.js @@ -327,7 +327,7 @@ program .hook( 'preAction', confirmMessage( - "Using strategy 'restore' will delete all data in your database. Are you sure you want to proceed?" + 'The import will delete all data in your database. Are you sure you want to proceed?' ) ) .action(getLocalScript('transfer/import'));