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")