diff --git a/app/templates/_side_pane.html b/app/templates/_side_pane.html index a24b0f6b..dfdcd368 100644 --- a/app/templates/_side_pane.html +++ b/app/templates/_side_pane.html @@ -34,7 +34,7 @@

{{ community.description_html|community_links|safe if community.description_html else '' }}

{{ community.rules_html|safe if community.rules_html else '' }}

-

{{ _('Subscribers') }}: {{ community.subscriptions_count }}
+

{{ _('Members') if community.is_local() else _('Local members') }}: {{ community.subscriptions_count }}
{{ _('Posts') }}: {{ community.post_count }}
{{ _('Comments') }}: {{ community.post_reply_count }}