From 43a5677397380f14a049ae95532fd5096b94c938 Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:07:11 -0500 Subject: [PATCH] fix(YouTube - Change header): Improve patch descriptions (#2581) --- .../youtube/layout/branding/header/ChangeHeaderPatch.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/header/ChangeHeaderPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/header/ChangeHeaderPatch.kt index d1dfe72225..74ec3f7707 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/header/ChangeHeaderPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/header/ChangeHeaderPatch.kt @@ -12,7 +12,7 @@ import java.io.File @Patch( name = "Change header", - description = "Change the in app header. Defaults to the ReVanced header.", + description = "Applies a custom header in the top left corner within the app. Defaults to the ReVanced header.", compatiblePackages = [ CompatiblePackage("com.google.android.youtube") ], @@ -48,8 +48,8 @@ object ChangeHeaderPatch : ResourcePatch() { ), title = "Header", description = """ - The header to use in top bar or the path to a custom header. - The path to a folder containing one or more of the following folders matching the DPI of your device: + Either a header name or a path to a custom header folder to use in the top bar. + The path to a folder must contain one or more of the following folders matching the DPI of your device: ${targetResourceDirectoryNames.joinToString("\n") { "- $it" }}