Formatting fix

Stephen Paul Weber created

Change summary

forms/registration/buy_number.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

forms/registration/buy_number.rb 🔗

@@ -4,7 +4,7 @@ title "Purchase Number"
 
 instructions <<~I
 	You've selected #{@tel} as your JMP number.
-	This number has a one-time price of #{'.2f' % @tel.price}.
+	This number has a one-time price of $#{'%.2f' % @tel.price}.
 	(If you'd like to pay in another cryptocurrency, currently we recommend using a service like simpleswap.io, morphtoken.com, changenow.io, or godex.io.)
 I