Skip to content

Commit

Permalink
Merge pull request #8 from rarimo/fix/proof-error-msg
Browse files Browse the repository at this point in the history
Upate Zero-Knowledge proof generation error message
  • Loading branch information
lukachi authored Dec 25, 2023
2 parents b8bd8b4 + ada03ba commit 9b35331
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
#### Changed
- Zero-Knowledge proof generation error message

## [2.6.0] - 2023-12-22
#### Added
- `IsNotRegistered` KYC unauthorized error
Expand Down
1 change: 1 addition & 0 deletions src/common/toasts/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
padding: toRem(12);
border-radius: toRem(12);
min-width: toRem(380);
max-width: toRem(600);
width: max-content;

@include respond-to(tablet) {
Expand Down
2 changes: 1 addition & 1 deletion src/localization/resources/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"errors": {
"default": "Something went wrong",
"slow-connection": "ZK-Circuit download failed. That can use a lot of power, for the best results:\n\n- Close any tabs you have open\n- Make sure you’re using high speed Internet."
"slow-connection": "Time out: Zero-Knowledge proof generation took too long. That can use a lot of power, for the best results:\n\n- Close any tabs you have open\n- Connect the device to power"
},
"notifications": {
"default-title-success": "Success",
Expand Down

0 comments on commit 9b35331

Please sign in to comment.