diff --git a/handlers/application/poolswap.go b/handlers/application/poolswap.go index 1c6f923..3b9b1a3 100644 --- a/handlers/application/poolswap.go +++ b/handlers/application/poolswap.go @@ -236,8 +236,8 @@ func (h *MenuHandlers) SwapMaxLimit(ctx context.Context, sym string, input []byt } res.Content = fmt.Sprintf( - "Maximum: %s\n\nEnter amount of %s to swap for %s:", - maxStr, swapData.ActiveSwapFromSym, swapData.ActiveSwapToSym, + "Maximum: %s %s\n\nEnter amount of %s to swap for %s:", + maxStr, swapData.ActiveSwapFromSym, swapData.ActiveSwapFromSym, swapData.ActiveSwapToSym, ) return res, nil