fix typos in Receive.qml and SharedRingDB.qml

This commit is contained in:
erciccione
2018-05-08 17:58:58 +02:00
parent 06fdf27be2
commit 63478b1c48
2 changed files with 2 additions and 2 deletions

View File

@@ -433,7 +433,7 @@ Rectangle {
onLinkActivated: {
receivePageDialog.title = qsTr("QR Code") + translationManager.emptyString;
receivePageDialog.text = qsTr(
"<p>This QR code includes the address you selected above and" +
"<p>This QR code includes the address you selected above and " +
"the amount you entered below. Share it with others (right-click->Save) " +
"so they can more easily send you exact amounts.</p>"
)