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 {