From d112290b3b13ee65e390e8d465ded21baff27a25 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Thu, 8 Jan 2015 14:20:38 -0800 Subject: [PATCH] cleanup of wording --- views/stats.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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] %>