Skip to content

Commit 7a909ed

Browse files
committed
message update
1 parent b3830d3 commit 7a909ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/contentstack-audit/src/messages

packages/contentstack-audit/src/messages/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const auditMsg = {
4646
FIELD_RULE_CONDITION_ABSENT: `The operand field '{condition_field}' is not present in the schema of the content-type {ctUid}`,
4747
FIELD_RULE_TARGET_ABSENT: `The target field '{target_field}' is not present in the schema of the content-type {ctUid}`,
4848
FIELD_RULE_CONDITION_SCAN_MESSAGE: `Completed Scanning of Field Rule '{num}' condition of Content-type '{ctUid}'`,
49-
FIELD_RULE_TARGE_SCAN_MESSAGE: `Completed Scanning of Field Rule '{num}' target of Content-type '{ctUid}'`
49+
FIELD_RULE_TARGET_SCAN_MESSAGE: `Completed Scanning of Field Rule '{num}' target of Content-type '{ctUid}'`
5050
};
5151

5252
const auditFixMsg = {
@@ -60,6 +60,7 @@ const auditFixMsg = {
6060
ENTRY_MANDATORY_FIELD_FIX: `Removing the publish details from the entry with UID '{uid}' in Locale '{locale}'...`,
6161
ENTRY_SELECT_FIELD_FIX: `Adding the value '{value}' in the select field of entry UID '{uid}'...`,
6262
ASSET_FIX: `Fixed publish detials for Asset with UID '{uid}'`,
63+
FIELD_RULE_FIX_MESSAGE: `Fixed Field Rule '{num}' target of Content-type '{ctUid}`,
6364
};
6465

6566
const messages: typeof errors &

0 commit comments

Comments
 (0)