diff --git a/React/src/app/call/page.tsx b/React/src/app/call/page.tsx index 5a76e36..1597927 100644 --- a/React/src/app/call/page.tsx +++ b/React/src/app/call/page.tsx @@ -21,7 +21,7 @@ const CallPage = () => { "Content-Type": "application/json", }, body: JSON.stringify({ - message: `yo i need help`, + message: `John Smith needs help.`, }), });