diff --git a/htdocs/core/class/commoninvoice.class.php b/htdocs/core/class/commoninvoice.class.php index 3d2c5215d4df1..321533eb28d5f 100644 --- a/htdocs/core/class/commoninvoice.class.php +++ b/htdocs/core/class/commoninvoice.class.php @@ -1547,7 +1547,7 @@ public function makeStripeSepaRequest($fuser, $did, $type = 'direct-debit', $sou $error++; $errorforinvoice++; - $errmsg = $langs->trans("FailedToChargeCard"); + $errmsg = $langs->trans("FailedToChargeSEPA"); if (!empty($charge)) { if ($stripefailuredeclinecode == 'authentication_required') { $errauthenticationmessage = $langs->trans("ErrSCAAuthentication"); diff --git a/htdocs/langs/en_US/stripe.lang b/htdocs/langs/en_US/stripe.lang index 1ed54885735a6..2e244858d2848 100644 --- a/htdocs/langs/en_US/stripe.lang +++ b/htdocs/langs/en_US/stripe.lang @@ -33,6 +33,7 @@ CSSUrlForPaymentForm=CSS style sheet url for payment form NewStripePaymentReceived=New Stripe payment received NewStripePaymentFailed=New Stripe payment tried but failed FailedToChargeCard=Failed to charge card +FailedToChargeSEPA=Failed to charge SEPA STRIPE_TEST_SECRET_KEY=Secret test key STRIPE_TEST_PUBLISHABLE_KEY=Publishable test key STRIPE_TEST_WEBHOOK_KEY=Webhook test key