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: messages/assess.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,5 +29,8 @@
29
29
"allVersionsDescription": "Migrate all versions of a component",
30
30
"changeMessage": " %s will be changed from %s to %s",
31
31
"angularOSWarning": " Angular OmniScript will not be migrated, please convert this to LWC based Omniscript",
32
-
"apexLwc": "Please select the type of components to assess: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types."
32
+
"apexLwc": "Please select the type of components to assess: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types.",
33
+
"invalidNamespace": "The namespace you have passed is not valid namespace, the valid namespace of your org is ",
34
+
"noPackageInstalled": "No package installed on given org.",
35
+
"alreadyStandardModel": "The org is already on standard data model."
Copy file name to clipboardExpand all lines: messages/migrate.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,5 +29,8 @@
29
29
"errorWhileUploadingCard": "An error ocurred while uploading Card: ",
30
30
"errorWhileCreatingElements": "An error ocurred while saving OmniScript elements: ",
31
31
"allVersionsDescription": "Migrate all versions of a component",
32
-
"apexLwc": "Please select the type of components to migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types."
32
+
"apexLwc": "Please select the type of components to migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types.",
33
+
"invalidNamespace": "The namespace you have passed is not valid namespace, the valid namespace of your org is ",
34
+
"noPackageInstalled": "No package installed on given org.",
35
+
"alreadyStandardModel": "The org is already on standard data model."
0 commit comments