summaryrefslogtreecommitdiff
path: root/billing/app/views/payments/_non_customer_fields.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-10-08 12:32:07 -0700
committerjessib <jessib@riseup.net>2013-10-08 12:32:07 -0700
commit014ff5bda0802d51b4cbca5a2fd904d953223d2f (patch)
tree96846abbd1ba30d365affe4891d2cfaea3176191 /billing/app/views/payments/_non_customer_fields.html.haml
parenteaedf19e2e54ccb9933caa8dc21df13e48609b18 (diff)
Payments made when authenticated will be donations, and not connected to customer in any way.
Diffstat (limited to 'billing/app/views/payments/_non_customer_fields.html.haml')
-rw-r--r--billing/app/views/payments/_non_customer_fields.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/app/views/payments/_non_customer_fields.html.haml b/billing/app/views/payments/_non_customer_fields.html.haml
index 99b420d..77cfe95 100644
--- a/billing/app/views/payments/_non_customer_fields.html.haml
+++ b/billing/app/views/payments/_non_customer_fields.html.haml
@@ -1,4 +1,4 @@
-= field_set_tag "Customer" do
+= field_set_tag "Personal Information" do
= f.fields_for :customer do |c|
%div= c.label :first_name, "First Name"
%div= c.text_field :first_name