Skip to content

Commit 0062bfd

Browse files
authored
Add missing space
It's the dreaded missing space in string concatenation bug.
1 parent 34303c1 commit 0062bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/devoxx/genie/ui/settings/copyproject/CopyProjectSettingsComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public CopyProjectSettingsComponent() {
3636
public JPanel createPanel() {
3737
// Add description
3838
JBLabel descriptionLabel = new JBLabel("<html><body style='width: 100%;'>" +
39-
"These settings control which files and directories are included when creating a Full Project Context." +
39+
"These settings control which files and directories are included when creating a Full Project Context. " +
4040
"Excluded directories will be skipped, and only files with included extensions " +
4141
"will be processed. This helps to focus the LLM on relevant code and reduce noise from build artifacts " +
4242
"or other non-essential files.</body></html>");

0 commit comments

Comments
 (0)