diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/publicEventList.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/publicEventList.handlebars b/views/publicEventList.handlebars index e95379b..a16735b 100644 --- a/views/publicEventList.handlebars +++ b/views/publicEventList.handlebars @@ -40,7 +40,7 @@ <a href="/group/{{this.id}}" class="list-group-item list-group-item-action"> <i class="fas fa-fw fa-calendar-alt"></i> <strong>{{this.name}}</strong> - <span class="badge badge-secondary ml-2">{{{t "views.publiceventlist.numoevents" }}}</span> + <span class="badge badge-secondary ml-2">{{plural "views.publiceventlist.numoevents" this.numberOfEvents }}</span> </a> {{/each}} {{else}} |