From 1f7de877c51851d571cc99624cab53bcdaac11a7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 07:38:24 +0000 Subject: [PATCH] Align mild ads label Co-authored-by: diluteoxygen <82773456+diluteoxygen@users.noreply.github.com> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0e3ee03..37d2a7e 100644 --- a/index.html +++ b/index.html @@ -536,7 +536,7 @@ function priceBadge(p) { function adsLabel(a) { if (a === 'none') return '๐Ÿงน No Ads'; - if (a === 'mild') return '๐Ÿ“ข Some Ads'; + if (a === 'mild') return '๐Ÿ“ข Mild Ads'; if (a === 'excessive') return '๐Ÿšจ Heavy Ads'; if (a === 'unknown') return 'โ”'; return 'โ€”';