PR->Pull Request

This commit is contained in:
nate smith 2022-03-29 10:35:28 -05:00
parent fead25b56c
commit dc03417042

View file

@ -594,9 +594,9 @@ func statusRun(opts *StatusOptions) error {
}
rrSection = leftHalfStyle.Render(rrSection)
prSection, err := section("Assigned PRs", sg.AssignedPRs, halfWidth, 5)
prSection, err := section("Assigned Pull Requests", sg.AssignedPRs, halfWidth, 5)
if err != nil {
return fmt.Errorf("failed to render 'Assigned PRs': %w", err)
return fmt.Errorf("failed to render 'Assigned Pull Requests': %w", err)
}
prSection = rightHalfStyle.Render(prSection)