From 58ebbe80e64644a10b01542dcbd605116fc62497 Mon Sep 17 00:00:00 2001 From: Sidney Alcantara Date: Mon, 31 Oct 2022 14:51:25 +1100 Subject: [PATCH] =?UTF-8?q?ErrorFallback:=20update=20message=20to=20be=20m?= =?UTF-8?q?ore=20clear=20for=20non-technical=20users=20not=20familiar=20wi?= =?UTF-8?q?th=20the=20term=20=E2=80=9Creproduce=20this=20bug=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ErrorFallback.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ErrorFallback.tsx b/src/components/ErrorFallback.tsx index af9d9314..83257aac 100644 --- a/src/components/ErrorFallback.tsx +++ b/src/components/ErrorFallback.tsx @@ -57,7 +57,7 @@ export function ErrorFallbackContents({ .filter(Boolean) .join(": ") .replace(/\n/g, " "), - body: "👉 **Please describe how to reproduce this bug here.**", + body: "👉 **Please describe the steps that you took that led to this bug.**", }).toString() } target="_blank"