user_group_popover: Remove period after members count.

This commit is contained in:
Sahil Batra 2024-10-25 12:56:49 +05:30 committed by Tim Abbott
parent fe9952eab5
commit 2109d3d1ab
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{{#if members_count}}
<li role="none" class="popover-menu-list-item text-item italic">
{{#tr}}
{members_count, plural, =1 {1 member.} other {# members.}}
{members_count, plural, =1 {1 member} other {# members}}
{{/tr}}
</li>
{{/if}}