diff options
-rw-r--r-- | packages/instant/src/util/error.ts | 2 |
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; |