From faadde533464445269d25cc75291b1e059b07f10 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Wed, 3 May 2023 18:34:50 +0900 Subject: [PATCH] fix(custom-branding-icon-mmt): use better patch description --- .../etc/branding/icon/patch/CustomBrandingIconMMTPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/etc/branding/icon/patch/CustomBrandingIconMMTPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/etc/branding/icon/patch/CustomBrandingIconMMTPatch.kt index dd102b298..148417433 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/etc/branding/icon/patch/CustomBrandingIconMMTPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/etc/branding/icon/patch/CustomBrandingIconMMTPatch.kt @@ -16,7 +16,7 @@ import app.revanced.util.resources.ResourceHelper.updatePatchStatusIcon @Patch(false) @Name("custom-branding-icon-mmt") -@Description("Changes the YouTube launcher icon (MMT).") +@Description("Changes the YouTube launcher icon to MMT.") @DependsOn([SettingsPatch::class]) @YouTubeCompatibility @Version("0.0.1")