From 576f2db93fda3bbd468932b6a3cef51d89f41378 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Sun, 30 Apr 2023 18:48:53 +0900 Subject: [PATCH] fix typo --- .../etc/branding/icon/patch/CustomBrandingIconManualPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")