mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
WizardMemoTextInput: Better use of emphasis
This commit is contained in:
parent
4406d4bbaa
commit
10ac65ffb1
@ -73,7 +73,7 @@ Column {
|
|||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
color: "#4A4646"
|
color: "#4A4646"
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
text: qsTr("This seed is VERY important to write down and keep secret. It is all you need to backup and restore your wallet.")
|
text: qsTr("This seed is <b>very</b> important to write down and keep secret. It is all you need to backup and restore your wallet.")
|
||||||
+ translationManager.emptyString
|
+ translationManager.emptyString
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user