Skip to content

Commit 979f640

Browse files
committed
msg
1 parent be30911 commit 979f640

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ import software.aws.toolkits.jetbrains.services.amazonq.util.tabType
105105
import software.aws.toolkits.jetbrains.services.amazonq.webview.theme.AmazonQTheme
106106
import software.aws.toolkits.jetbrains.services.amazonq.webview.theme.ThemeBrowserAdapter
107107
import software.aws.toolkits.jetbrains.settings.MeetQSettings
108+
import software.aws.toolkits.resources.message
108109
import software.aws.toolkits.telemetry.MetricResult
109110
import software.aws.toolkits.telemetry.Telemetry
110111
import java.util.concurrent.CompletableFuture
@@ -437,7 +438,7 @@ class BrowserConnector(
437438
val paramsJson = Gson().toJson(
438439
// https://github.com/aws/language-servers/blob/1c0d88806087125b6fc561f610cc15e98127c6bf/server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts#L403
439440
ChatUiMessageParams(
440-
title = "You stopped your current work, please provide additional examples or ask another question.",
441+
title = message("amazonqChat.stopChatResponse"),
441442
body = ""
442443
)
443444
)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ action.aws.toolkit.toolwindow.explorer.newConnection.text=Setup authentication t
3737
action.aws.toolkit.toolwindow.newConnection.text=Add Another Connection...
3838
action.dynamic.open.text=Open Resource...
3939
action.q.openchat.text=Open Chat Panel
40+
amazonqChat.stopChatResponse=You stopped your current work, please provide additional examples or ask another question.
4041
amazonqChat.project_context.index_in_progress=By the way, I'm still indexing this project for full context from your workspace. I may have a better response in a few minutes when it's complete if you'd like to try again then.
4142
amazonqDoc.answer.codeResult=You can accept the changes to your files, or describe any additional changes you'd like me to make.
4243
amazonqDoc.answer.readmeCreated=I've created a README for your code.

0 commit comments

Comments
 (0)