Skip to content

Fix incorrect pluralization of “entry”#3933

Open
McMelonTV wants to merge 2 commits into
pingdotgg:mainfrom
McMelonTV:patch-1
Open

Fix incorrect pluralization of “entry”#3933
McMelonTV wants to merge 2 commits into
pingdotgg:mainfrom
McMelonTV:patch-1

Conversation

@McMelonTV

@McMelonTV McMelonTV commented Jul 13, 2026

Copy link
Copy Markdown

What changed

Updated the hidden-entry label to use the correct singular or plural form:

  • 1 log entry
  • 2 log entries
  • 1 tool call
  • 2 tool calls

Why

The previous implementation formed the plural by appending s, which produced the incorrect word entrys.

UI Changes

Before:
Screenshot_20260713_093033

After:
Same but "entrys" is changed to "entries"

If needed, I can update the PR with a screenshot after the change but I imagine it wouldn't be necessary for such a small change

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after evidence for UI changes

Note

Fix incorrect pluralization of 'log entry' in collapsed toggle label

The labelNoun in MessagesTimeline.WorkGroupToggleTimelineRow now selects the full singular or plural form ('log entry'/'log entries', 'tool call'/'tool calls') based on row.hiddenCount, replacing a suffix-appending approach that produced 'log entrys'.

Macroscope summarized eeb8c72.


Note

Low Risk
Copy-only change in a chat timeline UI label with no logic, data, or API impact.

Overview
Fixes the collapsed work-group toggle copy in MessagesTimeline so hidden counts read naturally instead of producing "log entrys".

WorkGroupToggleTimelineRow now picks the full noun phrase from row.hiddenCount and row.onlyToolEntries (log entry / log entries, tool call / tool calls) and drops the old suffix-based pluralization.

Reviewed by Cursor Bugbot for commit eeb8c72. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 2600640e-25f5-485a-b409-04df832c0602

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added size:XS 0-9 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list. labels Jul 13, 2026
@McMelonTV McMelonTV marked this pull request as ready for review July 13, 2026 08:00
@macroscopeapp

macroscopeapp Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved

Simple copy fix correcting pluralization of 'entry' to 'entries'. No runtime behavior changes - only affects displayed text strings.

You can customize Macroscope's approvability policy. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant