Skip to content

Commit

Permalink
Merge pull request #1240 from contentstack/refactor/ui-text-change
Browse files Browse the repository at this point in the history
Refactor: UI text change
  • Loading branch information
antonyagustine authored Jan 11, 2024
2 parents f29b61f + d906b23 commit f02e024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentstack-import/src/import/module-importer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ 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;
Expand Down

0 comments on commit f02e024

Please sign in to comment.