[Koha-bugs] [Bug 27325] Fix singular/plural forms on the OPAC dashboard

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 4 01:38:37 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27325

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
Why not use something like the following instead?

Checkouts: [% checkouts.count %]
Overdues: [% overdues.count %]
Holds: [% holds.count %]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list