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 'โ€”';