diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt index 4d62af33c..05fd896d8 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt @@ -18,7 +18,7 @@ import org.w3c.dom.Element @Patch @DependsOn([FixLocaleConfigErrorPatch::class]) @Name("theme") -@Description("Enables a custom theme.") +@Description("Applies a custom theme.") @ThemeCompatibility @Version("0.0.1") class ThemePatch : ResourcePatch() {