Skip to content

Commit

Permalink
fix(youtube/general-ads): incorrect description for info panels
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 7, 2022
1 parent 3e0df76 commit fb18e9c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -356,4 +356,4 @@ class GeneralBytecodeAdsPatch : BytecodePatch() {
instruction.opcode == Opcode.CONST && (instruction as Instruction31i).narrowLiteral == lithoConstant
} ?: false
}
}
}

0 comments on commit fb18e9c

Please sign in to comment.