diff --git a/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt index 78e26f077..dddf408c0 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt @@ -140,8 +140,8 @@ class GeneralBytecodeAdsPatch : BytecodePatch() { "revanced_adremover_info_panel", StringResource("revanced_adremover_info_panel_enabled_title", "Remove info panels"), true, - StringResource("revanced_adremover_info_panel_enabled_summary_on", "Merchandise banners are hidden"), - StringResource("revanced_adremover_info_panel_enabled_summary_off", "Merchandise banners are shown") + StringResource("revanced_adremover_info_panel_enabled_summary_on", "Info panels are hidden"), + StringResource("revanced_adremover_info_panel_enabled_summary_off", "Info panels are shown") ), SwitchPreference( "revanced_adremover_medical_panel", @@ -356,4 +356,4 @@ class GeneralBytecodeAdsPatch : BytecodePatch() { instruction.opcode == Opcode.CONST && (instruction as Instruction31i).narrowLiteral == lithoConstant } ?: false } -} \ No newline at end of file +}