diff --git a/views/stats.erb b/views/stats.erb
index 0453ed4b..02150338 100644
--- a/views/stats.erb
+++ b/views/stats.erb
@@ -67,12 +67,12 @@
<% end %>
-
Subscriptions
+ Supporters
Current Recurring Monthly Revenue: <%= format("$%.2f", @stats[:total_recurring_revenue]) %> (<%= format("$%.2f", @stats[:total_recurring_revenue]*12) %>/year)
- Active Subscriptions: <%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %>
+ Active Supporters: <%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %>
- Cancelled Subscriptions: <%= @stats[:cancelled_subscriptions] %>
+ Cancelled: <%= @stats[:cancelled_subscriptions] %>