Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-01-27 20:35:46 +0300
committerSytse Sijbrandij <sytse@gitlab.com>2015-01-27 20:35:46 +0300
commit233f9f0766f4316661f9464698d971069ea30e37 (patch)
tree377912b9349a554c3f7d86a927d4055612e317d6 /app
parent7e6fa0afd63b75d2653ff75fcde26164f832a094 (diff)
Prevent confusion between active users and 30 day users.
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/dashboard/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index dd95af426c4..32e0e4a6848 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -32,7 +32,7 @@
%span.light.pull-right
= Milestone.count
%p
- Active users last 30 days
+ Users who signed in during last 30 days
%span.light.pull-right
= User.where("current_sign_in_at > ?", 30.days.ago).count
.col-md-4