diff --git a/app/views/user_upgrades/_stripe_payment.html.erb b/app/views/user_upgrades/_stripe_payment.html.erb index c06aeb7ed..e1f52c7e0 100644 --- a/app/views/user_upgrades/_stripe_payment.html.erb +++ b/app/views/user_upgrades/_stripe_payment.html.erb @@ -1,5 +1,5 @@
-

You can pay with a credit card. Safebooru uses Stripe as a payment intermediary so none of your personal information will be stored on the site.

+

You can pay with a credit or debit card. Safebooru uses Stripe as a payment intermediary so none of your personal information will be stored on the site.

<% if user.level < User::Levels::GOLD %> <%= stripe_button("Upgrade to Gold", 2000, user) %> diff --git a/app/views/user_upgrades/_stripe_payment_safebooru.html.erb b/app/views/user_upgrades/_stripe_payment_safebooru.html.erb index 32331a724..242718ddc 100644 --- a/app/views/user_upgrades/_stripe_payment_safebooru.html.erb +++ b/app/views/user_upgrades/_stripe_payment_safebooru.html.erb @@ -1,4 +1,3 @@
-

You can pay with a credit card on <%= link_to "Safebooru", new_user_upgrade_path(:only_path => false, :domain => "donmai.us", :subdomain => "safebooru", :protocol => "https") %>. Your account will then also be upgraded on Danbooru. You can login to Safebooru with the same username and password you use on Danbooru.

+

You can pay with a credit or debit card on <%= link_to "Safebooru", new_user_upgrade_path(:only_path => false, :domain => "donmai.us", :subdomain => "safebooru", :protocol => "https") %>. Your account will then also be upgraded on Danbooru. You can login to Safebooru with the same username and password you use on Danbooru.

- \ No newline at end of file