Use correct pluralization in reports tab
This commit is contained in:
parent
8713f1870f
commit
a1c0642bb5
2 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@
|
|||
class="button button-unstyled dropdown-header"
|
||||
@click="toggleStatuses"
|
||||
>
|
||||
{{ this.statuses.length + ' ' + $t('moderation.reports.statuses') }}
|
||||
{{ $tc('moderation.reports.statuses', statuses.length - 1, { count: statuses.length }) }}
|
||||
<FAIcon
|
||||
class="timelines-chevron"
|
||||
fixed-width
|
||||
|
@ -81,7 +81,7 @@
|
|||
class="button button-unstyled dropdown-header"
|
||||
@click="toggleNotes"
|
||||
>
|
||||
{{ this.notes.length + ' ' + $t('moderation.reports.notes') }}
|
||||
{{ $tc('moderation.reports.notes', notes.length - 1, { count: notes.length }) }}
|
||||
<FAIcon
|
||||
class="timelines-chevron"
|
||||
fixed-width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue