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'));