aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/util/error.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/src/util/error.ts')
-rw-r--r--packages/instant/src/util/error.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/util/error.ts b/packages/instant/src/util/error.ts
index 873ba52ee..64c1f4885 100644
--- a/packages/instant/src/util/error.ts
+++ b/packages/instant/src/util/error.ts
@@ -47,7 +47,7 @@ const humanReadableMessageForError = (error: Error, asset?: Asset): string | und
}
if (error.message === AssetBuyerError.SignatureRequestDenied) {
- return 'You denied this transaction.';
+ return 'You denied this transaction';
}
return undefined;