Skip to content

Commit

Permalink
fix(YouTube - Spoof app version): Fix grammar in description (ReVance…
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko authored and oSumAtrIX committed Jul 28, 2023
1 parent e71fb3b commit dd249e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -87,4 +87,4 @@ class SpoofAppVersionPatch : BytecodePatch(
private companion object {
const val INTEGRATIONS_CLASS_DESCRIPTOR = "Lapp/revanced/integrations/patches/SpoofAppVersionPatch"
}
}
}

0 comments on commit dd249e6

Please sign in to comment.