[O] Make 'update' plural only when count >= 2
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
{{countUnread()}}
|
||||
</span>
|
||||
<span class="unread-text">
|
||||
new update
|
||||
new update{{countUnread() >= 2 ? '' : 's'}}
|
||||
</span>
|
||||
</div>
|
||||
</el-col>
|
||||
|
||||
Reference in New Issue
Block a user