mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(YouTube - Hide layout components): Clarify custom filter usage
This commit is contained in:
parent
108d2d7c3f
commit
cc16db56d1
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ object HideLayoutComponentsPatch : BytecodePatch(
|
|||
StringResource("revanced_custom_filter_strings_title", "Custom filter"),
|
||||
StringResource(
|
||||
"revanced_custom_filter_strings_summary",
|
||||
"List of components to filter separated by new line"
|
||||
"List of component path builder strings to filter separated by new line"
|
||||
),
|
||||
inputType = InputType.TEXT_MULTI_LINE
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue