use l.Get for the language change
Some checks failed
release / docker (push) Has been cancelled

This commit is contained in:
Alfred Kamanda 2025-10-30 12:36:11 +03:00
parent f51f577e2a
commit 348185ef96
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

View File

@ -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,
)