- You've spent -
-- {new Intl.NumberFormat().format(app.budgetUsage)} sats -
-- Left in budget -
-- {new Intl.NumberFormat().format( - app.maxAmount - app.budgetUsage - )}{" "} - sats -
-- You've spent -
-- {new Intl.NumberFormat().format( - connection.budgetUsage - )}{" "} - sats -
-- Left in budget -
-- {new Intl.NumberFormat().format( - connection.maxAmount - connection.budgetUsage - )}{" "} - sats -
-+ Left in budget +
++ {new Intl.NumberFormat().format( + connection.maxAmount - connection.budgetUsage + )}{" "} + sats +
+