mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-06 09:16:19 -06:00
Fix unpluralized word in index
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<strong>{{ comments }}</strong> comment across <strong>{{ posts }}</strong>
|
<strong>{{ comments }}</strong> comment{{ comments |pluralize}} across <strong>{{ posts }}</strong>
|
||||||
post{{ posts|pluralize }}<br>
|
post{{ posts|pluralize }}<br>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user