[O] Make 'update' plural only when count >= 2

This commit is contained in:
Hykilpikonna
2019-10-05 13:38:22 -04:00
parent 993578277e
commit ac32a02ff4
@@ -24,7 +24,7 @@
{{countUnread()}} {{countUnread()}}
</span> </span>
<span class="unread-text"> <span class="unread-text">
new update new update{{countUnread() >= 2 ? '' : 's'}}
</span> </span>
</div> </div>
</el-col> </el-col>