You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/toolkit/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -555,11 +555,11 @@ codemodernizer.chat.message.transform_cancelled_by_user=I cancelled your transfo
555
555
codemodernizer.chat.message.transform_stopped_by_user=I stopped your transformation. If you want to start another transformation, choose **Start a new transformation**.
556
556
codemodernizer.chat.message.transform_stopping=I'm stopping your transformation...
557
557
codemodernizer.chat.message.validation.check_eligible_projects=I'm checking for open projects that are eligible for Code Transformation.
558
-
codemodernizer.chat.message.validation.check_passed=I can upgrade your Java {0} module. To start the transformation, I need some information from you. Choose the module you want to upgrade and the target code version to upgrade to. Then, choose **Transform**.
558
+
codemodernizer.chat.message.validation.check_passed=I can upgrade your Java {0} module. To start the transformation, I need some information from you. Choose the module you want to upgrade and the target code version to upgrade to. Then, choose **Transform**.\n\nIf you don't see the module you want to transform, you might need to configure your project so I can find it. Go to **File** and then **Project Structure** and make sure the correct JDK is selected in the SDK field.
559
559
codemodernizer.chat.message.validation.error.more_info=For more information, see the [Amazon Q documentation]({0}).
560
560
codemodernizer.chat.message.validation.error.no_pom=Sorry, I can't upgrade any of your open projects. I couldn't find a pom.xml file in any of your Java projects. Currently, I can only upgrade Java projects built on Maven.
561
561
codemodernizer.chat.message.validation.error.other=Sorry, I can't upgrade any of your open projects. Currently, I can only upgrade Java projects built on Maven.
562
-
codemodernizer.chat.message.validation.error.unsupported_java_version=Sorry, I couldn't find a project that I can upgrade. Currently, I can only upgrade Java 8 or Java 11 projects built on Maven. To start, go to File -> Project Structure and ensure the correct JDK is selected in the SDK field.
562
+
codemodernizer.chat.message.validation.error.unsupported_java_version=Sorry, I couldn't find a module that I can upgrade. Currently, I can only upgrade Java 8 or Java 11 modules built on Maven. If you have a Java 8 or Java 11 module in your workspace, you might need to configure your project so I can find it. Go to **File** and then **Project Structure** and make sure the correct JDK is selected in the SDK field.
0 commit comments