diff --git a/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts b/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts index 8b8aa9d4d..bda0ebfc5 100644 --- a/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts +++ b/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts @@ -52,7 +52,7 @@ export const CONTAINERIZATION: TransformationPathOption = { export const QUARKUS: TransformationPathOption = { label: "Quarkus", description: - "Rules to support the migration of Spring Boot applications to Quarkus. The rules also identify other, non-Spring Boot, technologies embedded within applications for which there are equivalent Quarkus extensions.", + "Rules to support the migration to Quarkus from other Java frameworks (e.g. Spring Boot and Java EE). The rules also identify technologies embedded within applications for which there are equivalent Quarkus extensions.", options: "quarkus", iconSrc: migration, }; @@ -156,7 +156,7 @@ export const DISCOVERY: TransformationPathOption = { "It runs an analysis to just discover the technologies and frameworks used within the application(s).", options: "discovery", iconSrc: search, - isNew: true, + isNew: false, }; export const DEFAULT_TRANSFORMATION_PATHS = [