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

LL-8982 Add message for NFT 0 qty error #4682

Merged
merged 2 commits into from
Jan 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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