Skip to content

Commit 988518e

Browse files
committed
fix ci
1 parent 060bdaf commit 988518e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +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
108+
import software.aws.toolkits.resources.AwsCoreBundle
109109
import software.aws.toolkits.telemetry.MetricResult
110110
import software.aws.toolkits.telemetry.Telemetry
111111
import java.util.concurrent.CompletableFuture
@@ -438,7 +438,7 @@ class BrowserConnector(
438438
val paramsJson = Gson().toJson(
439439
// https://github.com/aws/language-servers/blob/1c0d88806087125b6fc561f610cc15e98127c6bf/server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts#L403
440440
ChatUiMessageParams(
441-
title = message("amazonqChat.stopChatResponse"),
441+
title = AwsCoreBundle.message("amazonqChat.stopChatResponse"),
442442
body = ""
443443
)
444444
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ 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.
4140
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.
41+
amazonqChat.stopChatResponse=You stopped your current work, please provide additional examples or ask another question.
4242
amazonqDoc.answer.codeResult=You can accept the changes to your files, or describe any additional changes you'd like me to make.
4343
amazonqDoc.answer.readmeCreated=I've created a README for your code.
4444
amazonqDoc.answer.readmeUpdated=I've updated your README.

0 commit comments

Comments
 (0)