diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 6d793b7a2..6f529183e 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -377,13 +377,13 @@
{% if PERMS['USER_FOLLOWS_VISIBLE'] == 0 or (v and v.admin_level >= PERMS['USER_FOLLOWS_VISIBLE']) -%} - {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}} | + {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}} | - follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}} | + follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}} | - {{u.blocking_count}} blocker{{'s' if u.blocking_count != 1 else ''}} | + {{u.blocking_count}} blocker{{'s' if u.blocking_count != 1 else ''}} | - blocks {{u.block_count}} user{{'s' if u.block_count != 1 else ''}} + blocks {{u.block_count}} user{{'s' if u.block_count != 1 else ''}} {%- endif %}