From 348185ef96c549a6ac94f160156453e08ebb35f5 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Thu, 30 Oct 2025 12:36:11 +0300 Subject: [PATCH] use l.Get for the language change --- handlers/application/send.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/application/send.go b/handlers/application/send.go index cd93102..70c126d 100644 --- a/handlers/application/send.go +++ b/handlers/application/send.go @@ -789,7 +789,7 @@ func (h *MenuHandlers) TransactionSwapPreview(ctx context.Context, sym string, i return res, err } - res.Content = fmt.Sprintf( + res.Content = l.Get( "%s will receive %s %s", string(recipientPhoneNumber), qouteAmount, swapData.ActiveSwapToSym, )