ErrorFallback: update message to be more clear for non-technical users not familiar with the term “reproduce this bug”

This commit is contained in:
Sidney Alcantara
2022-10-31 14:51:25 +11:00
parent ccd76595dd
commit 58ebbe80e6

View File

@@ -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"