Skip to content

Commit d748895

Browse files
fix: minor fixes
1 parent d4f9748 commit d748895

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

messages/assess.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"errorDuringOmniScriptAssessment": "Error during OmniScript assessment",
4141
"errorDuringGlobalAutoNumberAssessment": "Error during GlobalAutoNumber assessment",
4242
"processingFlexCard": "Processing FlexCard: %s",
43-
"processingDataRaptor": "Processing DataRaptor: %s",
43+
"processingDataRaptor": "Processing DataMapper: %s",
4444
"processingOmniScript": "Processing OmniScript: %s",
4545
"processingGlobalAutoNumber": "Processing GlobalAutoNumber: %s",
46-
"foundDataRaptorsToAssess": "Found %s DataRaptors to assess",
46+
"foundDataRaptorsToAssess": "Found %s DataMappers to assess",
4747
"foundOmniScriptsToAssess": "Found %s %s to assess",
4848
"foundGlobalAutoNumbersToAssess": "Found %s GlobalAutoNumbers to assess",
49-
"startingDataRaptorAssessment": "Starting DataRaptor assessment",
49+
"startingDataRaptorAssessment": "Starting DataMapper assessment",
5050
"startingOmniScriptAssessment": "Starting %s assessment",
5151
"startingGlobalAutoNumberAssessment": "Starting GlobalAutoNumber assessment",
5252
"allVersionsInfo": "allVersions : %s",
@@ -55,8 +55,8 @@
5555
"assessmentTargets": "Assessment targets: %s",
5656
"relatedObjectsInfo": "Related objects: %s",
5757
"allVersionsFlagInfo": "All versions: %s",
58-
"assessedDataRaptorsCount": "Assessed %s DataRaptors",
59-
"dataRaptorAssessmentCompleted": "DataRaptor assessment completed",
58+
"assessedDataRaptorsCount": "Assessed %s DataMappers",
59+
"dataRaptorAssessmentCompleted": "DataMapper assessment completed",
6060
"flexCardAssessment": "FlexCard Assessment",
6161
"assessedFlexCardsCount": "Assessed %s FlexCards",
6262
"flexCardAssessmentCompleted": "FlexCard assessment completed",
@@ -96,7 +96,7 @@
9696
"cardNameChangeMessage": "Card name will be changed from %s to %s to follow API naming standards",
9797
"authordNameChangeMessage": "Author name will be changed from %s to %s to follow API naming standards",
9898
"omniScriptNameChangeMessage": "OmniScript reference part %s will be changed to %s during migration.",
99-
"dataRaptorNameChangeMessage": "DataRaptor reference %s will be changed to %s during migration.",
99+
"dataRaptorNameChangeMessage": "DataMapper reference %s will be changed to %s during migration.",
100100
"integrationProcedureNameChangeMessage": "Integration Procedure reference %s will be changed to %s during migration.",
101101
"integrationProcedureManualUpdateMessage": "Integration Procedure reference %s may need manual updates after migration.",
102102
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name %s after name cleaning. This may cause conflicts during migration",

messages/migrate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"migrationCompleted": "Migration completed: %s",
6868
"migrationFailed": "Migration failed: %s",
6969
"formulaSyntaxError": "There was some problem while updating the formula syntax, please check the all the formula's syntax once : %s",
70-
"foundDataRaptorsToMigrate": "Found %s DataRaptors to migrate",
70+
"foundDataRaptorsToMigrate": "Found %s DataMappers to migrate",
7171
"foundFlexCardsToMigrate": "Found %s FlexCards to migrate",
7272
"foundOmniScriptsToMigrate": "Found %s %s to migrate",
7373
"foundGlobalAutoNumbersToMigrate": "Found %s GlobalAutoNumbers to migrate",
@@ -97,7 +97,7 @@
9797
"packageSelectionPrompt": "Enter the number of the package to use (1-%s):",
9898
"invalidPackageSelection": "Invalid selection. Please enter a number between 1 and %s.",
9999
"selectedPackage": "Selected package: %s (Version: %s)",
100-
"dataRaptorNameChangeMessage": "DataRaptor reference %s will be changed to %s during migration.",
100+
"dataRaptorNameChangeMessage": "DataMappers reference %s will be changed to %s during migration.",
101101
"integrationProcedureNameChangeMessage": "Integration Procedure reference %s will be changed to %s during migration.",
102102
"integrationProcedureManualUpdateMessage": "Integration Procedure reference %s may need manual updates after migration.",
103103
"cardAuthorNameChangeMessage": "Card author name has been modified to fit naming rules: %s",

0 commit comments

Comments
 (0)