From f46ab7636c180cbfc483659d3c7a49d1a27d7e87 Mon Sep 17 00:00:00 2001 From: Antony Date: Thu, 11 Jan 2024 14:22:59 +0530 Subject: [PATCH 1/2] UI text change --- packages/contentstack-import/src/import/module-importer.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/contentstack-import/src/import/module-importer.ts b/packages/contentstack-import/src/import/module-importer.ts index 1fd509978e..c1a567570b 100755 --- a/packages/contentstack-import/src/import/module-importer.ts +++ b/packages/contentstack-import/src/import/module-importer.ts @@ -147,7 +147,8 @@ class ModuleImporter { (await cliux.inquire({ type: 'confirm', name: 'confirmation', - message: 'Can you check the fix on the given path and confirm if you would like to proceed with the fix?', + message: + 'Please review and confirm if we can proceed with implementing the fix mentioned in the provided path?', })) ) { return true; From e4c4f3817a22b9a832cfcf58dfa9e228bc970309 Mon Sep 17 00:00:00 2001 From: Antony Date: Thu, 11 Jan 2024 15:05:19 +0530 Subject: [PATCH 2/2] UI text change --- packages/contentstack-import/src/import/module-importer.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/contentstack-import/src/import/module-importer.ts b/packages/contentstack-import/src/import/module-importer.ts index c1a567570b..18744bd406 100755 --- a/packages/contentstack-import/src/import/module-importer.ts +++ b/packages/contentstack-import/src/import/module-importer.ts @@ -147,8 +147,7 @@ class ModuleImporter { (await cliux.inquire({ type: 'confirm', name: 'confirmation', - message: - 'Please review and confirm if we can proceed with implementing the fix mentioned in the provided path?', + message: 'Please review and confirm if we can proceed with implementing the fix mentioned in the provided path.?', })) ) { return true;