mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Merge pull request #220
b97dc2f
wizard: remove msg about confirmation dialog (Jaquee)
This commit is contained in:
commit
abbefa9760
2 changed files with 2 additions and 3 deletions
|
@ -112,8 +112,7 @@ Item {
|
|||
font.pixelSize: 15
|
||||
color: "#4A4646"
|
||||
wrapMode: Text.Wrap
|
||||
text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet. " +
|
||||
"You will be asked to confirm the seed in the next screen to ensure it has copied down correctly.")
|
||||
text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet.")
|
||||
+ translationManager.emptyString
|
||||
}
|
||||
}
|
||||
|
|
|
@ -73,7 +73,7 @@ Column {
|
|||
font.pixelSize: 15
|
||||
color: "#4A4646"
|
||||
wrapMode: Text.Wrap
|
||||
text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly.")
|
||||
text: qsTr("It is very important to write it down as this is the only backup you will need for your wallet.")
|
||||
+ translationManager.emptyString
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue