Skip to content

Commit 59e2cb5

Browse files
cs-rajnetrajpatel
authored andcommitted
Modified the info statement
1 parent 39aa0c6 commit 59e2cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/contentstack-import/src/lib/import

packages/contentstack-import/src/lib/import/entries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ module.exports = class ImportEntries {
10371037
if (entries === undefined) {
10381038
addlogs(
10391039
this.config,
1040-
`There are no entries belonging to Content Type UID' ${ctUid} in language ${lang}`,
1040+
`No entries were found for Content type: ${ctUid} in language: ${lang}`,
10411041
'info',
10421042
);
10431043
} else {

0 commit comments

Comments
 (0)