diff --git a/.changeset/twelve-brooms-kneel.md b/.changeset/twelve-brooms-kneel.md
new file mode 100644
index 00000000000..73b2cfea3f2
--- /dev/null
+++ b/.changeset/twelve-brooms-kneel.md
@@ -0,0 +1,5 @@
+---
+"thirdweb": patch
+---
+
+Fix typo in payment confirmation widget
diff --git a/apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx b/apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx
index fbcc6b1f3d1..11a0d139189 100644
--- a/apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx
+++ b/apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx
@@ -105,7 +105,7 @@ export function LeftSection(props: {
- {shorterChainName(txInfo.chain.name)}
+ {shorterChainName(txInfo.originChain.name)}
)}