diff --git a/app/views/admin/stripe_connect_settings/edit.html.haml b/app/views/admin/stripe_connect_settings/edit.html.haml index f3867af97a..d004d65f0e 100644 --- a/app/views/admin/stripe_connect_settings/edit.html.haml +++ b/app/views/admin/stripe_connect_settings/edit.html.haml @@ -6,6 +6,8 @@ %fieldset.no-border-bottom %legend = t('.settings') + .alert-box.warning + = t(".stripe_beta_warning") = form_for @settings, as: :settings, url: main_app.admin_stripe_connect_settings_path, :method => :put do |f| .row .twelve.columns.alpha.omega diff --git a/config/locales/en.yml b/config/locales/en.yml index 9e6f976aa8..ebd1c89952 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -748,6 +748,7 @@ en: edit: title: "Stripe Connect" settings: "Settings" + stripe_beta_warning: "Warning: The Stripe Connect integration is currently in beta and should not be enabled in production yet" stripe_connect_enabled: Enable shops to accept payments using Stripe Connect? no_api_key_msg: No Stripe account exists for this enterprise. configuration_explanation_html: For detailed instructions on configuring the Stripe Connect integration, please consult this guide.