diff options
| author | JamesCullum <JamesCullum@users.noreply.github.com> | 2016-08-31 22:43:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-31 22:43:37 +0200 |
| commit | 30e9ab252c9397ef467600344ee1be036e6948fd (patch) | |
| tree | 1a13ff7fc80cc17fc33ab11812b78d1de72cff1d | |
| parent | 9662f464074b2cb57d7e95e852adc090cf8b8a25 (diff) | |
| download | monzero-gui-30e9ab252c9397ef467600344ee1be036e6948fd.tar.gz monzero-gui-30e9ab252c9397ef467600344ee1be036e6948fd.tar.xz monzero-gui-30e9ab252c9397ef467600344ee1be036e6948fd.zip | |
typo
| -rw-r--r-- | pages/Dashboard.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Dashboard.qml b/pages/Dashboard.qml index 3f1621ed..3487ca41 100644 --- a/pages/Dashboard.qml +++ b/pages/Dashboard.qml @@ -100,7 +100,7 @@ Rectangle { color: "#545454" textFormat: Text.RichText 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 font.underline: false onLinkActivated: appWindow.showPageRequest("Transfer") |
