Skip to content

Commit 2ee2dd7

Browse files
feat: @W-19268842: Filter pop up and feedback
1 parent 1ebffad commit 2ee2dd7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

messages/migrate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"migrationFailed": "Migration failed: %s",
7070
"formulaSyntaxError": "There was some problem while updating the formula syntax, please check the all the formula's syntax once : %s",
7171
"foundDataRaptorsToMigrate": "Found %s Data Mappers to migrate",
72-
"foundFlexCardsToMigrate": "Found %s FlexCards to migrate",
72+
"foundFlexCardsToMigrate": "Found %s Flexcards to migrate",
7373
"foundOmniScriptsToMigrate": "Found %s %s to migrate",
7474
"foundGlobalAutoNumbersToMigrate": "Found %s GlobalAutoNumbers to migrate",
7575
"foundCustomLabelsToMigrate": "Found %s Custom Labels to migrate",
@@ -216,7 +216,7 @@
216216
"flexCardWithAngularOmniScriptWarning": "FlexCard has dependencies on Angular Omniscript(s) which are not migrated. Please convert Omniscript(s) to LWC before migrating this FlexCard.",
217217
"angularOmniScriptDependencyWarning": "Element '%s' references Angular Omniscript '%s' which will not be migrated. Consider converting the referenced Omniscript to LWC",
218218
"skipFlexcardAngularOmniScriptDependencyWarning": "Skipping FlexCard %s due to Angular Omniscript dependencies",
219-
"flexCardMigrationProcessingMessage": "Processing %s FlexCards for migration (%s skipped due to Angular dependencies)",
219+
"flexCardMigrationProcessingMessage": "Processing %s Flexcards for migration (%s skipped due to Angular dependencies)",
220220
"noMetadataToDeploy": "No metadata to deploy",
221221
"missingMandatoryField": "Missing mandatory field: %s for %s",
222222
"dataMapperMigrationFailed": "DataMapper migration failed for: %s",

src/utils/resultsbuilder/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import { Constants } from '../constants/stringContants';
3434
import { CustomLabelMigrationInfo, CustomLabelMigrationReporter } from './CustomLabelMigrationReporter';
3535

3636
const resultsDir = path.join(process.cwd(), Constants.MigrationReportsFolderName);
37-
// const lwcConstants = { componentName: 'lwc', title: 'LWC Components Migration Result' };
3837
const migrationReportHTMLfileName = 'dashboard.html';
3938
const flexipageFileName = 'flexipage.html';
4039
const templateDir = 'templates';

0 commit comments

Comments
 (0)