From 00642ffb488afd33b547632a9fbbcddd6a92810f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 15 Feb 2021 22:04:35 +0100 Subject: [PATCH] Fix label of invoice --- htdocs/core/lib/invoice.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/invoice.lib.php b/htdocs/core/lib/invoice.lib.php index 453bc34be8a..eda1a901986 100644 --- a/htdocs/core/lib/invoice.lib.php +++ b/htdocs/core/lib/invoice.lib.php @@ -189,7 +189,7 @@ function invoice_rec_prepare_head($object) $head = array(); $head[$h][0] = DOL_URL_ROOT.'/compta/facture/card-rec.php?id='.$object->id; - $head[$h][1] = $langs->trans("CardBill"); + $head[$h][1] = $langs->trans("RepeatableInvoice"); $head[$h][2] = 'card'; $h++;