From f65b68c89fc1577cf109c1a55907d1d12f7d676d Mon Sep 17 00:00:00 2001 From: Rob DiVincenzo Date: Wed, 20 Mar 2024 10:37:15 -0400 Subject: [PATCH] Adding additional site identifier to title --- network-api/networkapi/templates/pages/buyersguide/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-api/networkapi/templates/pages/buyersguide/base.html b/network-api/networkapi/templates/pages/buyersguide/base.html index b40da393508..e9718d85fe5 100644 --- a/network-api/networkapi/templates/pages/buyersguide/base.html +++ b/network-api/networkapi/templates/pages/buyersguide/base.html @@ -14,7 +14,7 @@ {{ page.seo_title }} {# default to page.title #} {% else %} - {{ page.title }} | {% blocktrans context "“*Privacy Not Included can be localized. This is a reference to the “*batteries not included” mention on toys." %}*Privacy Not Included{% endblocktrans %} + {% trans "*Privacy Not Included" context "*Privacy Not Included can be localized. This is a reference to the “*batteries not included” mention on toys." %} | {{ page.title }} | {% trans "Mozilla Foundation" %} {% endif %} {% endblock %}