diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-24 22:42:46 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-24 22:42:46 -0700 |
commit | c1eee5968f9750ceaf33bcc7402899ed7bfd7b86 (patch) | |
tree | 40836b5348f7ff1738c19d5f464d34e4f456b26c | |
parent | a25e6f725a6b31db6a9a327cc5cd51a078caef03 (diff) | |
download | gitlab-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`.
-rw-r--r-- | app/views/admin/dashboard/index.html.haml | 2 |
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 |