mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
ErrorFallback: update message to be more clear for non-technical users not familiar with the term “reproduce this bug”
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user