fix(YouTube - Hide layout components): Clarify custom filter usage

This commit is contained in:
oSumAtrIX 2023-11-23 18:44:03 +01:00
parent 108d2d7c3f
commit cc16db56d1
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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
)