Fix singular row count label - #98
Conversation
470eb95 to
a6da2af
Compare
|
This PR has been updated to remove unrelated line-ending changes that were introduced when rebuilding the compiled template on Windows (CRLF vs. LF). The diff now contains only the intended fix for singular/plural row-count labeling. |
Bug: T419564 Change-Id: Idaa739f08156f0a18440a40b282f0ce032c629f4
a6da2af to
58865f0
Compare
|
This change looks good to me. |
You have write access to the repo, maybe the issue is that the tests are not passing? |
That's probably a good point. The CI appears to be lost around the checkout of the forked repository, but I'm not sure how to fix that. |
Fixes T419564.
Before:
Resultset (1 rows)
After:
Resultset (1 row)
This updates the row count label to use the singular form when exactly one row is returned.