send with swap #102

Merged
Alfred-mk merged 48 commits from send-with-swap into master 2025-11-12 08:54:08 +01:00
Showing only changes of commit 348185ef96 - Show all commits

View File

@ -789,7 +789,7 @@ func (h *MenuHandlers) TransactionSwapPreview(ctx context.Context, sym string, i
return res, err return res, err
} }
res.Content = fmt.Sprintf( res.Content = l.Get(
"%s will receive %s %s", "%s will receive %s %s",
string(recipientPhoneNumber), qouteAmount, swapData.ActiveSwapToSym, string(recipientPhoneNumber), qouteAmount, swapData.ActiveSwapToSym,
) )