mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Fix typo
This commit is contained in:
parent
497a6b8de3
commit
1cc7d35ab8
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ Item {
|
|||
font.pixelSize: 16
|
||||
color: "#4A4949"
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
text: qsTr("I want to recover my account<br/>from my 24 work seed") + translationManager.emptyString
|
||||
text: qsTr("I want to recover my account<br/>from my 25 word seed") + translationManager.emptyString
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue