From bbc9ca8f088e2f061c099d5e828b759368b5fe39 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sun, 10 May 2020 23:48:48 +0200 Subject: [PATCH] Transfer: fix html paragraph tag --- pages/Transfer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 3877db23..5b136a63 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -593,7 +593,7 @@ Rectangle { errorMessage = "

" + qsTr("* To create a transaction file, please enter address and amount above") + "

"; } return "" + - "

" + qsTr("1. Using view-only wallet, export the outputs into a file") + + "

" + qsTr("1. Using view-only wallet, export the outputs into a file") + "

" + "

" + qsTr("2. Using cold wallet, import the outputs file and export the key images") + "

" + "

" + qsTr("3. Using view-only wallet, import the key images file and create a transaction file") + "

" + errorMessage +