PakhomovAlexander commented on code in PR #1167:
URL: https://github.com/apache/ignite-3/pull/1167#discussion_r1006815311


##########
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/questions/ConnectToClusterQuestion.java:
##########
@@ -93,12 +93,14 @@ public void askQuestionOnReplStart() {
         String clusterUrl;
         if (lastConnectedUrl != null) {
             question = QuestionUiComponent.fromQuestion(
-                    "Do you want to connect to the last connected node %s? %s 
", UiElements.url(lastConnectedUrl), UiElements.yesNo()
+                    "Do you want to reconnect to the last connected node %s? 
%s ",
+                    UiElements.url(lastConnectedUrl), UiElements.yesNo()
             );
             clusterUrl = lastConnectedUrl;
         } else if (defaultUrl != null) {
             question = QuestionUiComponent.fromQuestion(
-                    "Do you want to connect to the default node %s? %s ", 
UiElements.url(defaultUrl), UiElements.yesNo()
+                    "You appear to have not connected to any node. Do you want 
to connect to the default node %s? %s ",

Review Comment:
   `You appear to have not connected to any node yet`



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to