mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02: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
@ -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 New Issue
Block a user