File tree Expand file tree Collapse file tree
packages/contentstack-audit/src/messages Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5252const 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
6566const messages : typeof errors &
You can’t perform that action at this time.
0 commit comments