diff --git a/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java index cc42e1fc9af4ca..ee2838f9481773 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java +++ b/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java @@ -116,7 +116,7 @@ public String get() { @Override public void run() { System.out.println("\n" + RED - + "For a Quarkus application to have access to the DevUI, it needs to directly or transitively include the 'quarkus-vertx-http' extension" + + "For a Quarkus application to have access to the Dev UI, it needs to directly or transitively include the 'quarkus-vertx-http' extension" + RESET + "\n"); } }));