Skip to content

Commit 8cb5a34

Browse files
committed
text
1 parent 84d53dd commit 8cb5a34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/settings/CodeWhispererConfigurable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class CodeWhispererConfigurable(private val project: Project) :
7676
{ LspSettings.getInstance().setArtifactPath(it) }
7777
)
7878
.applyToComponent {
79-
emptyText.text = "Choose a file to upload"
79+
emptyText.text = message("executableCommon.auto_managed")
8080
}
8181
.resizableColumn()
8282
.align(Align.FILL)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ ecs.service.not_found=Service {0} not found in cluster {1}
12561256
ecs.task_definition.json_schema_name=AWS ECS Task Definition
12571257
ecs.task_definitions=Task Definitions
12581258
environment.variables.dialog.title=Environment Variables
1259-
executableCommon.auto_managed=Managed by AWS Toolkit
1259+
executableCommon.auto_managed=Managed by AWS
12601260
executableCommon.auto_resolved=Auto-detected: {0}
12611261
executableCommon.cli_not_configured={0} executable not configured
12621262
executableCommon.configurable.title=External Tools

0 commit comments

Comments
 (0)