Skip to content

Commit cc90325

Browse files
committed
fix minor text
1 parent 274d0e6 commit cc90325

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

plugins/amazonq/mynah-ui/src/mynah-ui/ui/quickActions/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class QuickActionGenerator {
3737
? [
3838
{
3939
command: '/transform',
40-
description: 'Transform your Java 8, Java 11, or Java 17 Maven projects',
40+
description: 'Transform your Java Project',
4141
},
4242
]
4343
: []),

plugins/amazonq/mynah-ui/src/mynah-ui/ui/tabs/generator.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ What would you like to work on?`,
5353
],
5454
[
5555
'codetransform',
56-
`Welcome to Code Transformation!
57-
58-
I can help you upgrade your Java 8 and Java 11 codebases to Java 17, or upgrade Java 17 code with up to date libraries and other dependencies..
59-
`,
56+
`Welcome to Code Transformation!`,
6057
],
6158
])
6259

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ codemodernizer.notification.warn.invalid_project.description.reason.invalid_jdk_
713713
codemodernizer.notification.warn.invalid_project.description.reason.missing_content_roots=None of your open modules are supported for code transformation with Amazon Q. Amazon Q can upgrade Java 8, Java 11, and Java 17 projects built on Maven.
714714
codemodernizer.notification.warn.invalid_project.description.reason.no_valid_files=None of your open modules are supported for code transformation with Amazon Q. A pom.xml is required for transformation. Amazon Q can upgrade Java 8, Java 11, and Java 17 projects built on Maven.
715715
codemodernizer.notification.warn.invalid_project.description.reason.not_logged_in=Amazon Q cannot start the transformation as you are not logged in with Identity Center or Builder ID. Also ensure that you are not using IntelliJ version 232.8660.185 and that you are not developing on a remote host (uncommon).
716-
codemodernizer.notification.warn.invalid_project.description.reason.remote_backend=None of your open modules are supported for code transformation with Amazon Q. Amazon Q can't transform projects running on a remote host.
716+
codemodernizer.notification.warn.invalid_project.description.reason.remote_backend=None of your open modules are supported for code transformation with Amazon Q. Amazon Q cannot transform projects running on a remote host.
717717
codemodernizer.notification.warn.maven_failed.content=Amazon Q could not run the Maven clean install command to build your module.
718718
codemodernizer.notification.warn.maven_failed.title=Amazon Q Code Transform unable to zip dependencies
719719
codemodernizer.notification.warn.on_resume.unknown_status_response.content=We received data from Amazon Q in a format that the plugin cannot handle. You may need to update the plugin and then try again.

0 commit comments

Comments
 (0)