X Tutup
Skip to content

Commit dc03417

Browse files
author
nate smith
committed
PR->Pull Request
1 parent fead25b commit dc03417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/status/status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,9 @@ func statusRun(opts *StatusOptions) error {
594594
}
595595
rrSection = leftHalfStyle.Render(rrSection)
596596

597-
prSection, err := section("Assigned PRs", sg.AssignedPRs, halfWidth, 5)
597+
prSection, err := section("Assigned Pull Requests", sg.AssignedPRs, halfWidth, 5)
598598
if err != nil {
599-
return fmt.Errorf("failed to render 'Assigned PRs': %w", err)
599+
return fmt.Errorf("failed to render 'Assigned Pull Requests': %w", err)
600600
}
601601
prSection = rightHalfStyle.Render(prSection)
602602

0 commit comments

Comments
 (0)
X Tutup