Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
LL-8982 Add message for NFT 0 qty error
Browse files Browse the repository at this point in the history
  • Loading branch information
grsoares21 committed Jan 26, 2022
1 parent abbef1a commit be48cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/i18n/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3822,6 +3822,9 @@
"title": "The password entered is incorrect",
"description": "Please try again"
},
"QuantityNeedsToBePositive": {
"title": "The quantity needs to be greater than 0"
},
"RPCHostRequired": {
"title": "Host is required."
},
Expand Down

1 comment on commit be48cb7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint outputs ✅

Tests outputs ✅

PASS src/generate-cryptoassets-md.test.js

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests: 5 skipped, 1 passed, 6 total
Snapshots: 0 total
Time: 2.679 s
Test results written to: report.json

Diff output ✅

Please sign in to comment.