Skip to content

Commit

Permalink
feat(twitch/auto-claim-channel-points): use correct casing for "Chann…
Browse files Browse the repository at this point in the history
…el Points" (#2138)
  • Loading branch information
redphx committed May 13, 2023
1 parent 61e6bb2 commit 76a3bf2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import app.revanced.patches.twitch.misc.settings.bytecode.patch.SettingsPatch
@Patch
@DependsOn([SettingsPatch::class])
@Name("auto-claim-channel-points")
@Description("Automatically claim channel points.")
@Description("Automatically claim Channel Points.")
@AutoClaimChannelPointsCompatibility
@Version("0.0.1")
class AutoClaimChannelPointPatch : BytecodePatch(
Expand All @@ -34,16 +34,16 @@ class AutoClaimChannelPointPatch : BytecodePatch(
"revanced_auto_claim_channel_points",
StringResource(
"revanced_auto_claim_channel_points",
"Automatically claim channel points"
"Automatically claim Channel Points"
),
true,
StringResource(
"revanced_auto_claim_channel_points_on",
"Channel points are claimed automatically"
"Channel Points are claimed automatically"
),
StringResource(
"revanced_auto_claim_channel_points_off",
"Channel points are not claimed automatically"
"Channel Points are not claimed automatically"
),
)
)
Expand Down

0 comments on commit 76a3bf2

Please sign in to comment.