fix(ux): tighten some phrasing #96
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/inflight-pass-progress"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Three follow-ups from a sweep of user-facing language: "step-0 pass" on the review detail page is the pipeline's internal name for preflight, and told a reader nothing about what produced the observations they are looking at. It now says which pass and when it runs. Two pages said a review is posted to "the MR" while saying "PR" elsewhere in the same sentence. Forgejo calls them pull requests. The stalled-review banner made the reader parse a disjunction the page had already resolved ("a call is still running, or nothing was recorded — either way..."). It now states the one thing the reader needs: the review stopped and no result is coming. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>Automated review by pr-reviewer v0.44.1 | Safety Check | Claude Sonnet 5 | tracking id
r-707d0e-c520e2This is an AI-generated review and may contain mistakes.
Status: ✅ Completed
✅ Verdict: LGTM — Purely textual/UX phrasing changes with a matching test update; no functional or security risk.
Complexity: trivial
This is a small, low-risk copy-editing PR: it tightens wording in HTML templates (and updates the corresponding test string) plus fixes leftover "MR" terminology to "PR". No logic changes, no security concerns, no accidental file commits. The test change matches the new template text, so nothing is broken. Nothing alarming here.