diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index 9adad176ab2..6309387b5fb 100644
--- a/htdocs/fourn/commande/card.php
+++ b/htdocs/fourn/commande/card.php
@@ -1602,7 +1602,7 @@ if ($action == 'create')
});
';
}
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' ';
}
print '';
diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
index f901500cc6f..329ee266362 100644
--- a/htdocs/fourn/facture/card.php
+++ b/htdocs/fourn/facture/card.php
@@ -1807,7 +1807,7 @@ if ($action == 'create')
});
';
}
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' ';
}
print '';