fix(@wallet): Show error message when token is not found

fixes #5278
This commit is contained in:
Anthony Laibe 2022-04-05 15:43:01 +02:00 committed by Anthony Laibe
parent ec2850f18a
commit f18e09769a
1 changed files with 1 additions and 2 deletions

View File

@ -126,8 +126,7 @@ Item {
id: txtError
color: Style.current.danger
visible: root.isError
//% "Something has gone wrong"
text: qsTrId("something-has-gone-wrong")
text: qsTr("Token not found on your current network")
}
Image {