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/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/CodeWhispererUTGChatManager.kt
Copy file name to clipboardexpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/controller/CodeTestChatController.kt
Copy file name to clipboardexpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/codescan/sessionconfig/CodeScanSessionConfig.kt
Copy file name to clipboardexpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/CodeWhispererUtil.kt
Copy file name to clipboardexpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/codescan/CodeWhispererProjectCodeScanTest.kt
Copy file name to clipboardexpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/ui/feedback/FeatureDevFeedbackDialog.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,6 @@ class FeatureDevFeedbackDialog(project: Project) : FeedbackDialog(project) {
16
16
}
17
17
18
18
init {
19
-
title = message("feedback.title.amazonq.feature_dev")
19
+
title = message("feedback.title.amazonq.send_feedback")
aws.notification.title.amazonq.test_generation=Amazon Q Test Generation
237
238
aws.notification.title.codewhisperer=Amazon Q
238
239
aws.onboarding.getstarted.panel.bottom_text=<a href="https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/auth-access.html">Learn more about authenticating with the Toolkit</a>
239
240
aws.onboarding.getstarted.panel.bottom_text_question=Why do these have different authentication requirements?
feedback.comment.textbox.title=What do you like about {0}? What can we improve?
1309
1310
feedback.comment.textbox.title.amazonq=How was your experience with the upgrade of your Java application?
1310
1311
feedback.comment.textbox.title.amazonq.feature_dev=How has your experience with Amazon Q been? What can we improve?
1312
+
feedback.comment.textbox.title.amazonq.test_generation=How has your experience with Amazon Q Test Generation been? What can we improve?
1311
1313
feedback.connect.with.github.title=Join us on GitHub
1312
1314
feedback.customer.alert.info=Please don't add personally identifiable information (PII), confidential or sensitive information in your feedback.<br>Remove any PII when sharing file paths, error messages, etc.
1313
1315
feedback.description=Submit quick feedback about the AWS Toolkit for JetBrains
@@ -1327,7 +1329,7 @@ feedback.submit_success=Thanks for the feedback!
1327
1329
feedback.submitting=Sharing...
1328
1330
feedback.title=Share Feedback for {0}...
1329
1331
feedback.title.amazonq=Send feedback for Code Transformation by Amazon Q
1330
-
feedback.title.amazonq.feature_dev=Send feedback for Amazon Q
1332
+
feedback.title.amazonq.send_feedback=Send feedback for Amazon Q
1331
1333
feedback.validation.comment_too_long=Comment is too long.
1332
1334
feedback.validation.empty_comment=Please provide a comment.
1333
1335
feedback.validation.no_sentiment=Please select how you're feeling.
@@ -2064,6 +2066,7 @@ sqs.subscribe.sns.validation.empty_topic=Topic must be specified.
2064
2066
sqs.toolwindow=SQS
2065
2067
sqs.url.parse_error=Error parsing SQS queue URL
2066
2068
tags.title=Tags
2069
+
testgen.button.feedback=How can we make /test better?
2067
2070
testgen.error.generic_error_message=Amazon Q encountered an error while generating tests. Try again later.
2068
2071
testgen.error.generic_technical_error_message=I am experiencing technical difficulties at the moment. Please try again in a few minutes.
2069
2072
testgen.error.maximum_generations_reach=You've reached the monthly quota for Amazon Q Developer's agent capabilities. You can try again next month. For more information on usage limits, see the <a href=\"https://aws.amazon.com/q/developer/pricing/\" target=\"_blank\">Amazon Q Developer pricing page</a>.
0 commit comments