From e46ef02302825d62b57912b2747a25f858036bb7 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 17 Apr 2022 18:45:38 +0200 Subject: [PATCH] fix: name for `IntegrationsPatch` --- src/main/kotlin/app/revanced/patches/misc/IntegrationsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/misc/IntegrationsPatch.kt b/src/main/kotlin/app/revanced/patches/misc/IntegrationsPatch.kt index 5e2cfe61..606709e8 100644 --- a/src/main/kotlin/app/revanced/patches/misc/IntegrationsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/misc/IntegrationsPatch.kt @@ -23,7 +23,7 @@ private val compatiblePackages = listOf("com.google.android.youtube") class IntegrationsPatch : Patch( PatchMetadata( "integrations", - "Inject integrations Patch", + "Inject Integrations Patch", "Applies mandatory patches to implement the ReVanced integrations into the application.", compatiblePackages, "0.0.1"