Skip to content

Commit 8ac56b0

Browse files
committed
build
1 parent dfe5d5e commit 8ac56b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/toolkit/jetbrains-gateway/src/software/aws/toolkits/jetbrains/gateway/CawsConnectorViewPanels.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,8 @@ class EnvironmentDetailsPanel(private val context: CawsSettings, lifetime: Lifet
489489
panel {
490490
row(message("caws.workspace.details.backend_toolkit_location")) {
491491
textFieldWithBrowseButton(
492-
FileChooserDescriptorFactory.createSingleFileDescriptor()
492+
browseDialogTitle = message("caws.workspace.details.toolkit_location"),
493+
fileChooserDescriptor = FileChooserDescriptorFactory.createSingleFileDescriptor()
493494
).bindText(context::toolkitLocation)
494495
}
495496

0 commit comments

Comments
 (0)