diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index 17d81c40c72..16cc619949f 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 '';