From 09fa4551b189625f54b8f8a4567747170d35c077 Mon Sep 17 00:00:00 2001 From: leewynne Date: Tue, 12 Jan 2021 17:58:03 +0000 Subject: [PATCH] Only show user count for large userbases (#12238) --- app/views/shared/_auth_widget.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_auth_widget.html.erb b/app/views/shared/_auth_widget.html.erb index eba3c43e0..02c6410ec 100644 --- a/app/views/shared/_auth_widget.html.erb +++ b/app/views/shared/_auth_widget.html.erb @@ -1,6 +1,6 @@

- <%= community_name %> is a community of <%= number_with_delimiter User.registered.estimated_count %> amazing <%= community_members_label %> + <%= render "shared/authentication_title" %>

<% if SiteConfig.tagline.present? %>