From f1748eec52a479b2a7cfc4bbfbe5ad207471eeb9 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 13 Jul 2026 20:54:56 +0000 Subject: [PATCH] Change order confirmation heading from Order Placed to Order Confirmed Co-authored-by: Anam Hira --- BugBazaar/Screens/ConfirmationView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BugBazaar/Screens/ConfirmationView.swift b/BugBazaar/Screens/ConfirmationView.swift index 6a43efe..ee5e98b 100644 --- a/BugBazaar/Screens/ConfirmationView.swift +++ b/BugBazaar/Screens/ConfirmationView.swift @@ -19,7 +19,7 @@ struct ConfirmationView: View { .padding(.bottom, Spacing.l) VStack(spacing: 0) { - Text("Order Placed!") + Text("Order Confirmed!") .font(.display(32)) .foregroundColor(Theme.inkBlack) .padding(.bottom, Spacing.s)