diff --git a/views/stats.erb b/views/stats.erb
index 3f13d771..78c79cf8 100644
--- a/views/stats.erb
+++ b/views/stats.erb
@@ -68,7 +68,7 @@
Supporters
- Current Recurring Monthly Revenue: <%= format("$%.2f", @stats[:monthly_revenue]) %> (<%= format("$%.2f", @stats[:monthly_revenue]*12) %>/year)
+ Current Recurring Monthly Revenue (after fees): <%= format("$%.2f", @stats[:monthly_revenue]) %> (<%= format("$%.2f", @stats[:monthly_revenue]*12) %>/year)
Active Supporters: <%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %>
@@ -100,4 +100,4 @@
-
\ No newline at end of file
+