Skip to content

Commit 92b69fc

Browse files
authored
Update tip verb localization keys (#129)
1 parent c8a0944 commit 92b69fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/code/localization/keys.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ const (
6666
VerbPaid = "subtitle.youPaid"
6767
VerbPurchased = "subtitle.youPurchased"
6868
VerbReturned = "subtitle.wasReturnedToYou"
69-
VerbReceivedTip = "subtitle.receivedTip"
70-
VerbSentTip = "subtitle.sentTip"
69+
VerbReceivedTip = "subtitle.someoneTippedYou"
70+
VerbSentTip = "subtitle.youTipped"
7171
)
7272

7373
var (

0 commit comments

Comments
 (0)