diff --git a/htdocs/compta/facture/class/facture-rec.class.php b/htdocs/compta/facture/class/facture-rec.class.php
index 71be89f30f5..8a13cf0f814 100644
--- a/htdocs/compta/facture/class/facture-rec.class.php
+++ b/htdocs/compta/facture/class/facture-rec.class.php
@@ -1349,7 +1349,7 @@ class FactureRec extends CommonInvoice
$result = '';
- $label = ''.$langs->trans("ShowInvoice").'';
+ $label = ''.$langs->trans("RepeatableInvoice").'';
if (!empty($this->ref)) {
$label .= '
'.$langs->trans('Ref').': '.$this->ref;
}