diff --git a/src/main/kotlin/app/revanced/patches/youtube/ad/general/resource/patch/GeneralAdsResourcePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/ad/general/resource/patch/GeneralAdsResourcePatch.kt index 84ef490a..70fe3cba 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/ad/general/resource/patch/GeneralAdsResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/ad/general/resource/patch/GeneralAdsResourcePatch.kt @@ -89,10 +89,10 @@ class GeneralAdsResourcePatch : ResourcePatch { ), SwitchPreference( "revanced_adremover_view_products", - StringResource("revanced_adremover_view_products_title", "Hide pill to view products"), + StringResource("revanced_adremover_view_products_title", "Hide banner to view products"), true, - StringResource("revanced_adremover_view_products_summary_on", "Pill is hidden"), - StringResource("revanced_adremover_view_products_summary_off", "Pill is shown") + StringResource("revanced_adremover_view_products_summary_on", "Banner is hidden"), + StringResource("revanced_adremover_view_products_summary_off", "Banner is shown") ), SwitchPreference( "revanced_adremover_movie",