You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/contentstack-audit/src/messages/index.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ const commonMsg = {
18
18
WORKFLOW_FIX_CONFIRMATION: 'Would you like to overwrite existing file?',
19
19
EXTENSION_FIX_WARN: `The extension associated with UID {uid} and title '{title}' will be removed.`,
20
20
EXTENSION_FIX_CONFIRMATION: `Would you like to overwrite existing file?`,
21
-
WF_BRANCH_REMOVAL: `Removing the branch '{branch} from workflow with UID {uid} and name {name} will be removed.'`,
22
-
CR_BRANCH_REMOVAL: `Removing the branch '{branch} from custom role with UID {uid} and name {name} will be removed.'`,
21
+
WF_BRANCH_REMOVAL: `Removing the branch '{branch}' from workflow with UID {uid} and name {name}.`,
22
+
CR_BRANCH_REMOVAL: `Removing the branch '{branch}' from custom role with UID {uid} and name {name}.`,
23
23
SHOW_CONSOLE_OUTPUT: `Display the audit and audit fix result for individual modules`,
24
24
};
25
25
@@ -41,7 +41,7 @@ const auditMsg = {
41
41
SCAN_CS_SUCCESS_MSG: 'Successfully completed the scanning of studio project with UID {uid} and name {name}.',
42
42
SCAN_ASSET_SUCCESS_MSG: `Successfully completed the scanning of Asset with UID '{uid}'.`,
43
43
SCAN_ASSET_WARN_MSG: `The locale '{locale}' or environment '{environment}' are not present for asset with uid '{uid}'`,
44
-
ENTRY_PUBLISH_DETAILS: `Removing the publish detials for entry '{uid}' of ct '{ctuid}' in locale '{locale}' as locale '{publocale}' or environment '{environment}' does not exist`,
44
+
ENTRY_PUBLISH_DETAILS: `Removing the publish details for entry '{uid}' of ct '{ctuid}' in locale '{locale}' as locale '{publocale}' or environment '{environment}' does not exist`,
45
45
CT_REFERENCE_FIELD: `The mentioned Reference field is not Array field reference is '{reference_to}' having display name '{display_name}''`,
46
46
ASSET_NOT_EXIST: `The publish_details either does not exist or is not an array for asset uid '{uid}'`,
47
47
ENTRY_PUBLISH_DETAILS_NOT_EXIST: `The publish_details either does not exist or is not an array for entry uid '{uid}'`,
@@ -61,8 +61,8 @@ const auditFixMsg = {
61
61
WF_FIX_MSG: 'Successfully removed the workflow {uid} named {name}.',
62
62
ENTRY_MANDATORY_FIELD_FIX: `Removing the publish details from the entry with UID '{uid}' in Locale '{locale}'...`,
63
63
ENTRY_SELECT_FIELD_FIX: `Adding the value '{value}' in the select field of entry UID '{uid}'...`,
64
-
ASSET_FIX: `Fixed publish detials for Asset with UID '{uid}'`,
65
-
FIELD_RULE_FIX_MESSAGE: `Fixed Field Rule '{num}' target of Content-type '{ctUid}`,
64
+
ASSET_FIX: `Fixed publish details for Asset with UID '{uid}'`,
65
+
FIELD_RULE_FIX_MESSAGE: `Fixed Field Rule '{num}' target of Content-type '{ctUid}'`,
0 commit comments