diff --git a/l10n_it_central_journal_reportlab/wizard/print_giornale.py b/l10n_it_central_journal_reportlab/wizard/print_giornale.py index 5c67f72c83e9..ed60f9c4f7e3 100644 --- a/l10n_it_central_journal_reportlab/wizard/print_giornale.py +++ b/l10n_it_central_journal_reportlab/wizard/print_giornale.py @@ -203,7 +203,11 @@ def _get_account_name_reportlab(self, line): def get_template_header_report_giornale(self, report, height_available): report.setFont("Helvetica-Bold", 12) height_available -= gap - report.drawString(margin_left, height_available, self.company_id.name) + report.drawString( + margin_left, + height_available, + self.company_id.name + _(" - Account Central Journal"), + ) report.setFont("Helvetica", 10) text = "" if self.company_id.street: