Skip to content

Commit beb1f6f

Browse files
committed
Fix 'Pull Branch' typo
1 parent 300c7be commit beb1f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/ui/branches/branch-list-item-context-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function generateBranchContextMenuItems(
7272
if (onPullSingleBranch) {
7373
items.push({ type: 'separator' })
7474
items.push({
75-
label: __DARWIN__ ? 'Pull branch' : 'Pull branch',
75+
label: __DARWIN__ ? 'Pull Branch' : 'Pull branch',
7676
action: () => onPullSingleBranch(name),
7777
enabled: true,
7878
})

0 commit comments

Comments
 (0)