forms/order_sim/header.rb 🔗
@@ -19,5 +19,5 @@ field(
label: "Purchase Price",
value: "$%.2f" % @price,
type: "fixed",
- description: "Includes first year and 1 GB data"
+ description: "Includes first year, 1 GB data, and shipping"
)
Stephen Paul Weber created
forms/order_sim/header.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -19,5 +19,5 @@ field(
label: "Purchase Price",
value: "$%.2f" % @price,
type: "fixed",
- description: "Includes first year and 1 GB data"
+ description: "Includes first year, 1 GB data, and shipping"
)