mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Update WizardFinish.qml
fixed typo "You're all setup!" to "You're all set up!"
This commit is contained in:
parent
26abdee5c4
commit
5bda759c64
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ Item {
|
|||
horizontalAlignment: Text.AlignHCenter
|
||||
//renderType: Text.NativeRendering
|
||||
color: "#3F3F3F"
|
||||
text: qsTr("You’re all setup!") + translationManager.emptyString
|
||||
text: qsTr("You’re all set up!") + translationManager.emptyString
|
||||
}
|
||||
|
||||
Text {
|
||||
|
|
Loading…
Reference in a new issue