diff --git a/po/common/common.pot b/po/common/common.pot index 63825b8536fbc..d8252bb8f03cd 100644 --- a/po/common/common.pot +++ b/po/common/common.pot @@ -5892,6 +5892,10 @@ msgctxt "ecoscore_lca_score" msgid "Life cycle analysis score" msgstr "Life cycle analysis score" +msgctxt "impact_for_this_product" +msgid "Impact for this product" +msgstr "Impact for this product" + msgctxt "ecoscore_downgraded_non_recyclable_and_non_biodegradable_materials" msgid "The score of products with non-recyclable and non-biodegradable packaging materials is capped at 79 (grade B)." msgstr "The score of products with non-recyclable and non-biodegradable packaging materials is capped at 79 (grade B)." diff --git a/po/common/en.po b/po/common/en.po index e568f401ac651..e477c577f7406 100644 --- a/po/common/en.po +++ b/po/common/en.po @@ -5890,6 +5890,10 @@ msgctxt "life_cycle_analysis" msgid "Life cycle analysis" msgstr "Life cycle analysis" +msgctxt "impact_for_this_product" +msgid "Impact for this product" +msgstr "Impact for this product" + msgctxt "ecoscore_bonuses_and_maluses" msgid "Bonuses and maluses" msgstr "Bonuses and maluses" diff --git a/templates/api/knowledge-panels/environment/ecoscore/total.tt.json b/templates/api/knowledge-panels/environment/ecoscore/total.tt.json index 27ee1c3c9ace6..ffb9d905fc933 100644 --- a/templates/api/knowledge-panels/environment/ecoscore/total.tt.json +++ b/templates/api/knowledge-panels/environment/ecoscore/total.tt.json @@ -5,7 +5,7 @@ "environment" ], "title_element": { - "title": "Impact for this product: [% panel.grade FILTER upper %] (Score: [% panel.score %]/100)", + "title": "[% lang('impact_for_this_product') %]: [% panel.grade FILTER upper %] (Score: [% panel.score %]/100)", "subtitle": "[% lang("front_alt") %][% sep %]: [% product_name_brand_quantity(product) %]", "type": "grade", "grade": "[% panel.grade %]",