Article pluralization fix
This commit is contained in:
parent
461ec9248a
commit
65984360f1
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ sub series-count(Series:D $series, $db) is export {
|
|||
div :class<series-article-count>, :title("Series has $count articles"), [
|
||||
icon 'add-to-queue';
|
||||
' ';
|
||||
"$count articles";
|
||||
do if $count == 1 { "$count article" } else { "$count articles" };
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue