diff --git a/src/main/kotlin/com/github/iml885203/intellijgitopen/actions/CreateMergeRequestAction.kt b/src/main/kotlin/com/github/iml885203/intellijgitopen/actions/CreateMergeRequestAction.kt index be9bbb1..9f3e023 100644 --- a/src/main/kotlin/com/github/iml885203/intellijgitopen/actions/CreateMergeRequestAction.kt +++ b/src/main/kotlin/com/github/iml885203/intellijgitopen/actions/CreateMergeRequestAction.kt @@ -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)