matrei commented on code in PR #14994:
URL: https://github.com/apache/grails-core/pull/14994#discussion_r2289025610


##########
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/grails/GrailsConsole.java:
##########
@@ -41,9 +41,14 @@ public String getName() {
         return "grails-console";
     }
 
+    @Override
+    public String getTitle() {
+        return "Console";
+    }
+
     @Override
     public String getDescription() {
-        return "Starts the Grails console, which is an extended version of the 
regular Groovy console.";
+        return "A Groovy console for interactive runtime application 
management and debugging.";

Review Comment:
   <img width="1111" height="627" alt="Skärmbild 2025-08-20 205629" 
src="https://github.com/user-attachments/assets/7ea3eee6-8104-4e41-9b77-31f2f8a4bced";
 />
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to