diff --git a/network-api/networkapi/wagtailpages/templates/fragments/research_details.html b/network-api/networkapi/wagtailpages/templates/fragments/research_details.html index 6c492ecbff5..b4f6e121da7 100644 --- a/network-api/networkapi/wagtailpages/templates/fragments/research_details.html +++ b/network-api/networkapi/wagtailpages/templates/fragments/research_details.html @@ -11,7 +11,13 @@ |
- {% trans "Mozilla researched" context "This string is followed by a numerical value, to show the hours spent researching the product." %} {{ time_researched }} {% trans "hours" %} + + {% blocktrans count count=time_researched with link_attrs='class="body-small time-researched" href="/privacynotincluded/about/methodology"' trimmed %} + Mozilla researched {{ time_researched }} hour + {% plural %} + Mozilla researched {{ time_researched }} hours + {% endblocktrans %} +
|