+
\ No newline at end of file
diff --git a/views/about.erb b/views/about.erb
index 86c53652..60bb09c1 100644
--- a/views/about.erb
+++ b/views/about.erb
@@ -48,38 +48,5 @@
If you share our values, we would love your support. Spread the word! We also have a supporter plan to help pay for the site, and we accept donations through multiple options (including Bitcoin... and Dogecoin).
-
-
+ <%== erb :'_team', layout: false %>
diff --git a/views/plan/_pricing.erb b/views/plan/_pricing.erb
index 1e084b42..fb3b914c 100644
--- a/views/plan/_pricing.erb
+++ b/views/plan/_pricing.erb
@@ -332,7 +332,7 @@
It's affordable. As low as $<%= Site::PLAN_FEATURES[:supporter][:price] %>/month (billed once every year). Higher tiers are optional (and appreciated!)
- You can cancel anytime.
+ You can cancel or change plans anytime. If you do, we'll refund/prorate the amount you didn't use.
@@ -375,7 +375,10 @@
- You are <% if current_site && parent_site.plan_type == 'free' %>upgrading<%else%>changing<%end%> to the Plan. You will be charged . Please enter your Credit Card number:
+ You are <% if current_site && parent_site.plan_type == 'free' %>upgrading<%else%>changing<%end%> to the Plan. You will be charged .
+ <% unless current_site && parent_site.stripe_customer_id %>
+ Please enter your Credit Card number:
+ <% end %>