From 92b69fc31581cac8e4c5d0fe5d1966c55ac3d42a Mon Sep 17 00:00:00 2001 From: jeffyanta Date: Tue, 21 May 2024 14:19:58 -0400 Subject: [PATCH] Update tip verb localization keys (#129) --- pkg/code/localization/keys.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/code/localization/keys.go b/pkg/code/localization/keys.go index d09a0d8..edd557d 100644 --- a/pkg/code/localization/keys.go +++ b/pkg/code/localization/keys.go @@ -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 (