diff --git a/app/views/admin/enterprises/form/_stripe_connect.html.haml b/app/views/admin/enterprises/form/_stripe_connect.html.haml index eb84e97ad9..d6cd5ecb53 100644 --- a/app/views/admin/enterprises/form/_stripe_connect.html.haml +++ b/app/views/admin/enterprises/form/_stripe_connect.html.haml @@ -3,4 +3,12 @@ = link_to 'Delete', main_app.admin_enterprise_stripe_account_path(@enterprise,@stripe_account), method: :delete - else %a.stripe-connect{href: 'stripe_connect'} - .span= t :connect_with_stripe + .stripe-info + -# Recommended info to impart (from Stripe Connect docs): + -# indicate to the user what you’re responsible for and what they’ll be expected to do. It’s particularly important to communicate: + -# That they’ll need to create and maintain their Stripe account. + -# That they’ll need to handle chargebacks and all customer service issues. + -# Who is responsible for paying the Stripe fees. + -# What, if any, fees the platform charges. + =t :stripe_connect_info + %span= t :connect_with_stripe diff --git a/config/locales/en.yml b/config/locales/en.yml index d84550df35..b4581f6236 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -519,6 +519,11 @@ en: close_date: Close Date social: twitter_placeholder: eg. @the_prof + stripe_connect: + connect_with_stripe: "Connect with Stripe" + stripe_connect_info: "Connect your Stripe account by clicking the button below. This will allow Open Food Network to charge your customers on your behalf. You will need to maintain your Stripe account, pay Stripe fees and handle any chargebacks and customer service." + stripe_account_connected: "Stripe account connected." + disconnect: "Disconnect account" tag_rules: default_rules: by_default: By Default