From cc16db56d1c9925852265fcebb459d9620cd1b92 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 23 Nov 2023 18:44:03 +0100 Subject: [PATCH] fix(YouTube - Hide layout components): Clarify custom filter usage --- .../youtube/layout/hide/general/HideLayoutComponentsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt index 5e449dafa..aaa022655 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt @@ -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 )