diff --git a/htdocs/stripe/admin/stripe.php b/htdocs/stripe/admin/stripe.php
index d25831ee264..42306b5b866 100644
--- a/htdocs/stripe/admin/stripe.php
+++ b/htdocs/stripe/admin/stripe.php
@@ -208,7 +208,7 @@ print '';
} else {
print '
| '.$langs->trans("StripeConnect").' | ';
print ''.$langs->trans("StripeConnect_Mode").' ';
- print $langs->trans("STRIPE_APPLICATION_FEE_PLATFORM");
+ print $langs->trans("STRIPE_APPLICATION_FEE_PLATFORM").' ';
print price($conf->global->STRIPE_APPLICATION_FEE_PERCENT);
print '% + ';
print price($conf->global->STRIPE_APPLICATION_FEE);
|