From f18e09769a1d7c5b4ddef02e470b601f22857024 Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Tue, 5 Apr 2022 15:43:01 +0200 Subject: [PATCH] fix(@wallet): Show error message when token is not found fixes #5278 --- ui/imports/shared/views/chat/TransactionBubbleView.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/imports/shared/views/chat/TransactionBubbleView.qml b/ui/imports/shared/views/chat/TransactionBubbleView.qml index 712a6c25f3..27a721e023 100644 --- a/ui/imports/shared/views/chat/TransactionBubbleView.qml +++ b/ui/imports/shared/views/chat/TransactionBubbleView.qml @@ -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 {