Skip to content

Commit f9f8fe5

Browse files
author
David Hasani
committed
alphabetize
1 parent 778452c commit f9f8fe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/constants/CodeTransformChatItems.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private fun getUserSkipTestsFlagSelectionFormattedMarkdown(skipTestsSelection: S
171171
var skipTestsText = skipTestsSelection
172172
// just for correct grammar
173173
if (skipTestsText == message("codemodernizer.chat.message.skip_tests_form.do_not_skip")) skipTestsText = "not skip unit tests"
174-
return message("codemodernizer.chat.message_skip_tests_form.response", skipTestsText.lowercase())
174+
return message("codemodernizer.chat.message.skip_tests_form.response", skipTestsText.lowercase())
175175
}
176176

177177
private fun getUserHilSelectionMarkdown(dependencyName: String, currentVersion: String, selectedVersion: String): String = """

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ codemodernizer.chat.message.result.zip_too_large=Sorry, your project size exceed
607607
codemodernizer.chat.message.resume_ongoing=I'm still transforming your code. It can take 10 to 30 minutes to upgrade your code, depending on the size of your module. To monitor progress, go to the Transformation Hub.
608608
codemodernizer.chat.message.skip_tests=I will build your module using `mvn test` by default. If you would like to skip running unit tests, I will use `mvn test-compile`.
609609
codemodernizer.chat.message.skip_tests_form.do_not_skip=Do not skip unit tests
610-
codemodernizer.chat.message_skip_tests_form.response=Ok, I will {0} when building your module.
610+
codemodernizer.chat.message.skip_tests_form.response=Ok, I will {0} when building your module.
611611
codemodernizer.chat.message.skip_tests_form.skip=Skip unit tests
612612
codemodernizer.chat.message.transform_begin=I'm starting to transform your code. It can take 10 to 30 minutes to upgrade your code, depending on the size of your module. To monitor progress, go to the Transformation Hub.
613613
codemodernizer.chat.message.transform_cancelled_by_user=I cancelled your transformation. If you want to start another transformation, choose **Start a new transformation**.

0 commit comments

Comments
 (0)