Skip to content

Commit

Permalink
Update tip verb localization keys (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffyanta committed May 21, 2024
1 parent c8a0944 commit 92b69fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/code/localization/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const (
VerbPaid = "subtitle.youPaid"
VerbPurchased = "subtitle.youPurchased"
VerbReturned = "subtitle.wasReturnedToYou"
VerbReceivedTip = "subtitle.receivedTip"
VerbSentTip = "subtitle.sentTip"
VerbReceivedTip = "subtitle.someoneTippedYou"
VerbSentTip = "subtitle.youTipped"
)

var (
Expand Down

0 comments on commit 92b69fc

Please sign in to comment.