mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-24 12:39:25 +00:00
fix typos in Receive.qml and SharedRingDB.qml
This commit is contained in:
parent
06fdf27be2
commit
63478b1c48
2 changed files with 2 additions and 2 deletions
|
@ -433,7 +433,7 @@ Rectangle {
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
receivePageDialog.title = qsTr("QR Code") + translationManager.emptyString;
|
receivePageDialog.title = qsTr("QR Code") + translationManager.emptyString;
|
||||||
receivePageDialog.text = qsTr(
|
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) " +
|
"the amount you entered below. Share it with others (right-click->Save) " +
|
||||||
"so they can more easily send you exact amounts.</p>"
|
"so they can more easily send you exact amounts.</p>"
|
||||||
)
|
)
|
||||||
|
|
|
@ -245,7 +245,7 @@ Rectangle {
|
||||||
sharedRingDBDialog.text = qsTr(
|
sharedRingDBDialog.text = qsTr(
|
||||||
"In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not " +
|
"In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not " +
|
||||||
"be spent with different rings on different blockchains. While this is normally not a concern, it can become one " +
|
"be spent with different rings on different blockchains. While this is normally not a concern, it can become one " +
|
||||||
"when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this " +
|
"when a key-reusing Monero clone allows you to spend existing outputs. In this case, you need to ensure this " +
|
||||||
"existing outputs uses the same ring on both chains.<br>" +
|
"existing outputs uses the same ring on both chains.<br>" +
|
||||||
"This will be done automatically by Monero and any key-reusing software which is not trying to actively strip " +
|
"This will be done automatically by Monero and any key-reusing software which is not trying to actively strip " +
|
||||||
"you of your privacy.<br>" +
|
"you of your privacy.<br>" +
|
||||||
|
|
Loading…
Reference in a new issue