diff --git a/crates/git_ui/src/branch_picker.rs b/crates/git_ui/src/branch_picker.rs index 4c8248791d56cac5301981f00682d1c41b564c60..a78e933008f97c60644ab9fd667337b9b716e1c0 100644 --- a/crates/git_ui/src/branch_picker.rs +++ b/crates/git_ui/src/branch_picker.rs @@ -1331,7 +1331,7 @@ impl PickerDelegate for BranchListDelegate { this.child(button) }) .child( - Button::new("branch-from-default", "Create") + Button::new("create-new-branch", "Create") .key_binding( KeyBinding::for_action_in(&menu::Confirm, &focus_handle, cx) .map(|kb| kb.size(rems_from_px(12.))), @@ -1347,7 +1347,7 @@ impl PickerDelegate for BranchListDelegate { footer_container() .justify_end() .child( - Button::new("branch-from-default", "Confirm") + Button::new("confirm-create-remote", "Confirm") .key_binding( KeyBinding::for_action_in(&menu::Confirm, &focus_handle, cx) .map(|kb| kb.size(rems_from_px(12.))),