Ticket #367 (closed task: fixed)
correct pluralization on almanac/comment count
| Reported by: | nickyg | Owned by: | rmarianski |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 Launch Phase |
| Component: | Almanac (JS) | Keywords: | |
| Cc: | ejucovy | Total Hours: | 0.0 |
| Estimated Hours: | 0 |
Description
We currently don't pluralize properly or consistently in various places where we count things.
- Homepage: "showing 1 communities"; "1 comments"
- Almanac view: "Stories (6)"; "1 comment" <-- correct!
- Story-view: "1 comment(s)"
It seems like we have the ability to conditionally add the "s" when we need it, since we're doing it on almanac-view. We should standardize across views.
Change History
Note: See
TracTickets for help on using
tickets.
