diff --git a/l10n_it_central_journal_reportlab/wizard/print_giornale.py b/l10n_it_central_journal_reportlab/wizard/print_giornale.py index ad9b66486ead..1c45144773b0 100644 --- a/l10n_it_central_journal_reportlab/wizard/print_giornale.py +++ b/l10n_it_central_journal_reportlab/wizard/print_giornale.py @@ -201,7 +201,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.env.user.company_id.name) + report.drawString( + margin_left, + height_available, + self.env.user.company_id.name + _(" Account Central Journal"), + ) report.setFont("Helvetica", 10) text = "" if self.env.user.company_id.street: