mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
typo
This commit is contained in:
parent
9662f46407
commit
30e9ab252c
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ Rectangle {
|
||||||
color: "#545454"
|
color: "#545454"
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
text: qsTr("<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style>\
|
text: qsTr("<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style>\
|
||||||
lookng for security level and address book? go to <a href='#'>Transfer</a> tab")
|
looking for security level and address book? go to <a href='#'>Transfer</a> tab")
|
||||||
+ translationManager.emptyString
|
+ translationManager.emptyString
|
||||||
font.underline: false
|
font.underline: false
|
||||||
onLinkActivated: appWindow.showPageRequest("Transfer")
|
onLinkActivated: appWindow.showPageRequest("Transfer")
|
||||||
|
|
Loading…
Reference in a new issue