fix(YouTube - Spoof app version): Fix grammar in description (#2711)

This commit is contained in:
Benjamin 2023-07-28 14:14:22 -07:00 committed by oSumAtrIX
parent e71fb3b485
commit dd249e6224
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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"
}
}
}