From dd249e62243e57733a6ff4d3a17d30db0e08a84d Mon Sep 17 00:00:00 2001 From: Benjamin <73490201+BenjaminHalko@users.noreply.github.com> Date: Fri, 28 Jul 2023 14:14:22 -0700 Subject: [PATCH] fix(YouTube - Spoof app version): Fix grammar in description (#2711) --- .../spoofappversion/bytecode/patch/SpoofAppVersionPatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/spoofappversion/bytecode/patch/SpoofAppVersionPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/spoofappversion/bytecode/patch/SpoofAppVersionPatch.kt index f935b2b03..d2fb20c42 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/spoofappversion/bytecode/patch/SpoofAppVersionPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/spoofappversion/bytecode/patch/SpoofAppVersionPatch.kt @@ -23,7 +23,7 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction @Patch @DependsOn([IntegrationsPatch::class, SettingsPatch::class]) @Name("Spoof app version") -@Description("Tricks YouTube into thinking, you are running an older version of the app. One of the side effects also includes restoring the old UI.") +@Description("Tricks YouTube into thinking you are running an older version of the app. One of the side effects also includes restoring the old UI.") @SpoofAppVersionCompatibility class SpoofAppVersionPatch : BytecodePatch( listOf( @@ -87,4 +87,4 @@ class SpoofAppVersionPatch : BytecodePatch( private companion object { const val INTEGRATIONS_CLASS_DESCRIPTOR = "Lapp/revanced/integrations/patches/SpoofAppVersionPatch" } -} \ No newline at end of file +}