Skip to content

Commit

Permalink
chore(strava/subscription-features): change name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
xehpuk authored and oSumAtrIX committed Aug 25, 2023
1 parent 7319baf commit 0b25540
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import app.revanced.patcher.patch.annotations.Patch
import app.revanced.patches.strava.subscription.fingerprints.GetSubscribedFingerprint

@Patch
@Name("Subscription features")
@Description("Enables Matched Runs and Segment Efforts.")
@Name("Unlock subscription features")
@Description("Unlocks \"Matched Runs\" and \"Segment Efforts\".")
@Compatibility([Package("com.strava", ["320.12"])])
class UnlockSubscriptionPatch : BytecodePatch(
listOf(GetSubscribedFingerprint)
Expand Down

0 comments on commit 0b25540

Please sign in to comment.