diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
index d440930bbf5..3583d104dbf 100644
--- a/htdocs/societe/paymentmodes.php
+++ b/htdocs/societe/paymentmodes.php
@@ -1138,11 +1138,11 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
print ''.$langs->trans("CreateCardOnStripe").'';
}
- print '';
+ print '';
print img_picto($langs->trans("Modify"), 'edit');
print '';
print ' ';
- print ''; // source='.$companypaymentmodetemp->stripe_card_ref.'&
+ print ''; // source='.$companypaymentmodetemp->stripe_card_ref.'&
print img_picto($langs->trans("Delete"), 'delete');
print '';
}