We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aa0c6 commit 59e2cb5Copy full SHA for 59e2cb5
1 file changed
packages/contentstack-import/src/lib/import/entries.js
@@ -1037,7 +1037,7 @@ module.exports = class ImportEntries {
1037
if (entries === undefined) {
1038
addlogs(
1039
this.config,
1040
- `There are no entries belonging to Content Type UID' ${ctUid} in language ${lang}`,
+ `No entries were found for Content type: ${ctUid} in language: ${lang}`,
1041
'info',
1042
);
1043
} else {
0 commit comments