diff --git a/htdocs/langs/en_US/withdrawals.lang b/htdocs/langs/en_US/withdrawals.lang
index 75cee952bcd..c7820a965aa 100644
--- a/htdocs/langs/en_US/withdrawals.lang
+++ b/htdocs/langs/en_US/withdrawals.lang
@@ -118,7 +118,7 @@ WithdrawRequestErrorNilAmount=Unable to create direct debit request for empty am
SepaMandate=SEPA Direct Debit Mandate
SepaMandateShort=SEPA Mandate
PleaseReturnMandate=Please return this mandate form by email to %s or by mail to
-SEPALegalText=By signing this mandate form, you authorize (A) %s to send instructions to your bank to debit your account and (B) your bank to debit your account in accordance with the instructions from %s. As part of your rights, you are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. Your rights regarding the above mandate are explained in a statement that you can obtain from your bank.
+SEPALegalText=By signing this mandate form, you authorize (A) %s and its payment service provider to send instructions to your bank to debit your account and (B) your bank to debit your account in accordance with the instructions from %s. As part of your rights, you are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. Your rights regarding the above mandate are explained in a statement that you can obtain from your bank.
CreditorIdentifier=Creditor Identifier
CreditorName=Creditor Name
SEPAFillForm=(B) Please complete all the fields marked *
diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
index b8a0d4e11f2..20cce294586 100644
--- a/htdocs/societe/paymentmodes.php
+++ b/htdocs/societe/paymentmodes.php
@@ -863,7 +863,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
print '';
print '';
print img_picto($langs->trans("CreateCustomerOnStripe"), 'stripe');
- print '';
+ print '';
print '';
}
print '';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index dcff3c4b7a1..b8326171eb4 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -3545,6 +3545,14 @@ input.button[name="upload"] {
input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
font-size: 0.8em;
}
+input.buttonlink {
+ color: var(--colortextlink);
+ background-color: transparent;
+ cursor: pointer;
+}
+input.buttonlink:hover {
+ text-decoration: underline;
+}
input.buttonreset {
margin-top: 3px;
margin-bottom: 3px;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 1eb0fa7d71f..47892574efb 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -3511,6 +3511,14 @@ tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
.smallpaddingimp {
padding: 4px !important;
}
+input.buttonlink {
+ color: var(--colortextlink);
+ background-color: transparent;
+ cursor: pointer;
+}
+input.buttonlink:hover {
+ text-decoration: underline;
+}
input.buttonreset {
margin-top: 3px;
margin-bottom: 3px;
diff --git a/htdocs/user/list.php b/htdocs/user/list.php
index 416e913d6c9..59211d14743 100644
--- a/htdocs/user/list.php
+++ b/htdocs/user/list.php
@@ -111,7 +111,7 @@ $fieldstosearchall = array(
'u.user_mobile'=>"PhoneMobile",
'u.email'=>"EMail",
'u.note_public'=>"NotePublic",
- 'u.note_private'=>"NotePrivate",
+ 'u.note_private'=>"NotePrivate"
);
if (!empty($conf->api->enabled)) {
$fieldstosearchall['u.api_key'] = "ApiKey";