From 84c3eaed33305137d0f99c7e45e73b6f9208eb1c Mon Sep 17 00:00:00 2001 From: Nickyux <30734036+nmsturcke@users.noreply.github.com> Date: Wed, 9 Nov 2022 17:20:08 +0100 Subject: [PATCH] Replace {your} --- components/Data.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/Data.tsx b/components/Data.tsx index 349d473..a39ca70 100644 --- a/components/Data.tsx +++ b/components/Data.tsx @@ -11518,7 +11518,11 @@ export default function Data({ data, demo }: any): ReactElement { .replace( /{you've}/g, data?.dataFile ? "They've" : "You've" - ), + ) + .replace( + /{your}/g, + data?.dataFile ? "Their" : "Your" + ) }} />