From a9b3b3ad238c8be910a81747a5ab456dde902236 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Thu, 26 Sep 2013 16:18:16 -0400 Subject: [PATCH] Fix column names in General tab for /activity. (imported from commit 6be24be9ad022f2b0aa6fddefffd772dfb2ebfd6) --- templates/zerver/realm_summary_table.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/zerver/realm_summary_table.html b/templates/zerver/realm_summary_table.html index f04d28f70b..4a3338af30 100644 --- a/templates/zerver/realm_summary_table.html +++ b/templates/zerver/realm_summary_table.html @@ -5,8 +5,8 @@ Domain - Active User Count - User Profile Count + Active users + Total users @@ -21,12 +21,12 @@ - {# Active User Count #} + {# Active users #} {{ row.active_user_count }} - {# User Profile Count #} + {# Total users #} {{ row.user_profile_count }}