From b128fc0d663b65400b45d4cb4e8e8f96fe7819ed Mon Sep 17 00:00:00 2001 From: ReVanced Bot Date: Sat, 15 Jul 2023 16:47:58 +0200 Subject: [PATCH] fix: use correct patch names [skip ci] --- configuration.revanced.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.revanced.json b/configuration.revanced.json index 1096900..403ae49 100644 --- a/configuration.revanced.json +++ b/configuration.revanced.json @@ -260,12 +260,12 @@ "response": { "embed": { "title": "How to hide Litho components from YouTube ❓", - "description": "Use the custom filter included in the `hide-ads` patch for YouTube, to hide Litho components by their `pathBuilder` string. The string contains the names of the components which can be filtered with the custom filter.", + "description": "Use the custom filter included in the `Hide layout components` patch for YouTube, to hide Litho components by their `pathBuilder` string. The string contains the names of the components which can be filtered with the custom filter.", "color": 5150960, "fields": [ { "name": "1. Preparation", - "value": "Enable debugging in the ReVanced settings. If the option does not exist, including the `debugging` before patching YouTube.", + "value": "Enable debugging in the ReVanced settings. If the option does not exist, including the `Debugging` patch before patching YouTube.", "inline": false }, {