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
exportconstnoPomXmlFoundChatMessage=`Sorry, I couldn\'t find a project that I can upgrade. I couldn\'t find a pom.xml file in any of your open projects. Currently, I can only upgrade Java 8 or Java 11 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
593
593
594
-
exportconstnoPomXmlFoundNotification=`None of your open projects are supported by Amazon Q Code Transformation. Amazon Q could not find a pom.xml file in any of your open projects. Currently, Amazon Q can only upgrade Java 8 or Java 11 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
595
-
596
594
exportconstnoJavaHomeFoundChatMessage=`Sorry, I couldn\'t locate your Java installation. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
597
595
598
596
exportconstdependencyVersionsErrorMessage=
@@ -629,9 +627,9 @@ export const changesAppliedChatMessage = 'I applied the changes to your project.
629
627
630
628
exportconstchangesAppliedNotification='Amazon Q applied the changes to your project.'
631
629
632
-
exportconstnoOpenProjectsFoundChatMessage=`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. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
630
+
exportconstnoOpenProjectsFoundChatMessage=`I couldn't find a project that I can transform. Please open a Java project and try again. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
633
631
634
-
exportconstnoJavaProjectsFoundChatMessage=`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. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
632
+
exportconstnoJavaProjectsFoundChatMessage=`I couldn't find a project that I can transform. Please open a Java project and try again. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
0 commit comments