Commit c1eee596 authored by Ben Bodenmiller's avatar Ben Bodenmiller

Monthly active users -> Active users last 30 days

Clarify what `Monthly active users` means by changing to `Active users last 30 days`.
parent a25e6f72
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
%span.light.pull-right %span.light.pull-right
= Milestone.count = Milestone.count
%p %p
Monthly active users Active users last 30 days
%span.light.pull-right %span.light.pull-right
= User.where("current_sign_in_at > ?", 30.days.ago).count = User.where("current_sign_in_at > ?", 30.days.ago).count
.col-md-4 .col-md-4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment