From eeb6ecd7113e6fb0db26dd76d7052ef13e51a15e Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Fri, 24 Jan 2025 18:50:00 +0100 Subject: [PATCH] (search) Make it clearer that the affiliate marker applies to the result, and not the search engine's relation to the result. --- .../search-service/resources/jte/serp/part/result.jte | 6 +++--- .../search-service/resources/jte/siteinfo/view/docs.jte | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/services-application/search-service/resources/jte/serp/part/result.jte b/code/services-application/search-service/resources/jte/serp/part/result.jte index f9056e2f..2d9a0fdd 100644 --- a/code/services-application/search-service/resources/jte/serp/part/result.jte +++ b/code/services-application/search-service/resources/jte/serp/part/result.jte @@ -86,7 +86,7 @@ @endif @if(result.getFirst().isTracking()) - Track + Tracking @endif @if(result.getFirst().isScripts()) @@ -94,11 +94,11 @@ @endif @if(result.getFirst().isAds()) - Ads + Has Ads @endif @if(result.getFirst().isAffiliate()) - Affiliate + Has Affiliate @endif diff --git a/code/services-application/search-service/resources/jte/siteinfo/view/docs.jte b/code/services-application/search-service/resources/jte/siteinfo/view/docs.jte index 8f912024..30f5aabf 100644 --- a/code/services-application/search-service/resources/jte/siteinfo/view/docs.jte +++ b/code/services-application/search-service/resources/jte/siteinfo/view/docs.jte @@ -53,7 +53,7 @@ @endif @if(details.isTracking()) - Track + Tracking @endif @if(details.isScripts()) @@ -65,7 +65,7 @@ @endif @if(details.isAffiliate()) - Affiliate + Has Affiliate @endif