summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-08-24 22:42:46 -0700
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-08-24 22:42:46 -0700
commitc1eee5968f9750ceaf33bcc7402899ed7bfd7b86 (patch)
tree40836b5348f7ff1738c19d5f464d34e4f456b26c /app/views/admin/dashboard
parenta25e6f725a6b31db6a9a327cc5cd51a078caef03 (diff)
downloadgitlab-ce-c1eee5968f9750ceaf33bcc7402899ed7bfd7b86.tar.gz
Monthly active users -> Active users last 30 days
Clarify what `Monthly active users` means by changing to `Active users last 30 days`.
Diffstat (limited to 'app/views/admin/dashboard')
-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 41760f8b1e3..7427cea7e8b 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -94,7 +94,7 @@
%span.light.pull-right
= Milestone.count
%p
- Monthly active users
+ Active users last 30 days
%span.light.pull-right
= User.where("current_sign_in_at > ?", 30.days.ago).count
.col-md-4