Skip to content

Commit 917ae5b

Browse files
authored
Gumby bug fix - Chat help text updates (#4215)
1 parent 6114cab commit 917ae5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/toolkit/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,11 +555,11 @@ codemodernizer.chat.message.transform_cancelled_by_user=I cancelled your transfo
555555
codemodernizer.chat.message.transform_stopped_by_user=I stopped your transformation. If you want to start another transformation, choose **Start a new transformation**.
556556
codemodernizer.chat.message.transform_stopping=I'm stopping your transformation...
557557
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.
559559
codemodernizer.chat.message.validation.error.more_info=For more information, see the [Amazon Q documentation]({0}).
560560
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.
561561
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.
563563
codemodernizer.chat.notification.title=Q - Code transformation
564564
codemodernizer.chat.prompt.label.module=Module
565565
codemodernizer.chat.prompt.label.target_version=Target JDK version

0 commit comments

Comments
 (0)