diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/etc/branding/icon/patch/CustomBrandingIconManualPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/etc/branding/icon/patch/CustomBrandingIconManualPatch.kt index f190b3c8d..c533c5045 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/etc/branding/icon/patch/CustomBrandingIconManualPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/etc/branding/icon/patch/CustomBrandingIconManualPatch.kt @@ -21,7 +21,7 @@ import app.revanced.util.resources.ResourceUtils @Patch(false) @Name("custom-branding-icon-manual") -@Description("Changes the YouTube Music launcher icon specified in the 'branding' directory.") +@Description("Changes the YouTube launcher icon specified in the 'branding' directory.") @DependsOn([SettingsPatch::class]) @YouTubeCompatibility @Version("0.0.1")