mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 05:51:28 +00:00
Replace label
This commit is contained in:
parent
5c8a7c0e2b
commit
85eafadb47
2 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ public class ConfigurationComponent {
|
|||
CodeGPTBundle.get("configurationConfigurable.openNewTabCheckBox.label"),
|
||||
configuration.isCreateNewChatOnEachAction());
|
||||
methodNameGenerationCheckBox = new JBCheckBox(
|
||||
CodeGPTBundle.get("configurationConfigurable.disableMethodNameGeneration.label"),
|
||||
CodeGPTBundle.get("configurationConfigurable.enableMethodNameGeneration.label"),
|
||||
configuration.isMethodNameGenerationEnabled());
|
||||
|
||||
mainPanel = FormBuilder.createFormBuilder()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue