Skip to content

Commit

Permalink
💬 update popup title
Browse files Browse the repository at this point in the history
  • Loading branch information
iml885203 committed Jun 22, 2024
1 parent 5034f51 commit 36e7387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CreateMergeRequestAction : AnAction() {
val panel = createPanel(searchField, list)

val popup = JBPopupFactory.getInstance().createComponentPopupBuilder(panel, searchField)
.setTitle("Select a remote branch")
.setTitle("Select a Remote Branch")
.setResizable(true)
.setFocusable(true)
.setRequestFocus(true)
Expand Down

0 comments on commit 36e7387

Please sign in to comment.