diff options
| author | JamesCullum <JamesCullum@users.noreply.github.com> | 2016-08-31 22:43:37 +0200 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-09-03 11:30:49 +0300 |
| commit | 2ecba2e5d731fe4587f134c484fd9a7e836d4cf0 (patch) | |
| tree | 778e96099300e731f8fdd568c979a3b45f95819c | |
| parent | 6efc3680870293f3e4cdcb89e3ef08c83528fba7 (diff) | |
| download | monzero-gui-2ecba2e5d731fe4587f134c484fd9a7e836d4cf0.tar.gz monzero-gui-2ecba2e5d731fe4587f134c484fd9a7e836d4cf0.tar.xz monzero-gui-2ecba2e5d731fe4587f134c484fd9a7e836d4cf0.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") |
