From 9b1c35e2a5e335cc463534f1311b43a1eec70c37 Mon Sep 17 00:00:00 2001 From: "Nasreddin Boulif (bon)" <bon@odoo.com> Date: Fri, 17 Sep 2021 13:19:07 +0000 Subject: [PATCH] [FIX] sale_quotation_builder: Update template header message Update header message to match changes in the following commit: https://github.com/odoo/odoo/commit/8ba6e3b0c3bf856308b4d58158392d0e99d2b58e opw-2631125 closes odoo/odoo#76748 Signed-off-by: bon-odoo <nboulif@users.noreply.github.com> --- addons/sale_quotation_builder/i18n/sale_quotation_builder.pot | 4 ++-- addons/sale_quotation_builder/views/sale_portal_templates.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/sale_quotation_builder/i18n/sale_quotation_builder.pot b/addons/sale_quotation_builder/i18n/sale_quotation_builder.pot index b5d4a06b9534..a099dc29d8ab 100644 --- a/addons/sale_quotation_builder/i18n/sale_quotation_builder.pot +++ b/addons/sale_quotation_builder/i18n/sale_quotation_builder.pot @@ -226,8 +226,8 @@ msgstr "" #. module: sale_quotation_builder #: model_terms:ir.ui.view,arch_db:sale_quotation_builder.so_template -msgid "Titles with style <i>Heading 1</i> and\n" -" <i>Heading 2</i> will be used to generate the\n" +msgid "Titles with style <i>Heading 2</i> and\n" +" <i>Heading 3</i> will be used to generate the\n" " table of content automatically." msgstr "" diff --git a/addons/sale_quotation_builder/views/sale_portal_templates.xml b/addons/sale_quotation_builder/views/sale_portal_templates.xml index a205c2747811..a85595a5d4cf 100644 --- a/addons/sale_quotation_builder/views/sale_portal_templates.xml +++ b/addons/sale_quotation_builder/views/sale_portal_templates.xml @@ -41,8 +41,8 @@ template. </p> <p class="text-muted"> - Titles with style <i>Heading 1</i> and - <i>Heading 2</i> will be used to generate the + Titles with style <i>Heading 2</i> and + <i>Heading 3</i> will be used to generate the table of content automatically. </p> </div> -- GitLab