mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 13:57:25 -04:00
CreateWallet page
This commit is contained in:
@@ -96,8 +96,8 @@ Item {
|
|||||||
|
|
||||||
WizardManageWalletUI {
|
WizardManageWalletUI {
|
||||||
id: uiItem
|
id: uiItem
|
||||||
titleText: qsTr("A new wallet has been created for you") + translationManager.emptyString
|
titleText: qsTr("Give your new wallet a name") + translationManager.emptyString
|
||||||
wordsTextTitle: qsTr("This is the 25 word mnemonic for your wallet") + translationManager.emptyString
|
wordsTextTitle: qsTr("Here is your wallet's 25 word mnemonic seed") + translationManager.emptyString
|
||||||
wordsTextItem.clipboardButtonVisible: true
|
wordsTextItem.clipboardButtonVisible: true
|
||||||
wordsTextItem.tipTextVisible: true
|
wordsTextItem.tipTextVisible: true
|
||||||
wordsTextItem.memoTextReadOnly: true
|
wordsTextItem.memoTextReadOnly: true
|
||||||
|
|||||||
Reference in New Issue
Block a user