aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardHome.qml
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2019-12-27 14:56:06 -0300
committerrating89us <45968869+rating89us@users.noreply.github.com>2020-01-09 20:12:08 -0300
commite5a6a50e49db45cc6de1a3e84a986d517ea4fde8 (patch)
tree23abab9dc377e9822e4be1abe11f986542f6d331 /wizard/WizardHome.qml
parentef2b0cfa4a7327d8e6fd086452890cebe55e3b6f (diff)
downloadmonzero-gui-e5a6a50e49db45cc6de1a3e84a986d517ea4fde8.tar.gz
monzero-gui-e5a6a50e49db45cc6de1a3e84a986d517ea4fde8.tar.xz
monzero-gui-e5a6a50e49db45cc6de1a3e84a986d517ea4fde8.zip
Wizard: remove unnecessary periods
Diffstat (limited to 'wizard/WizardHome.qml')
-rw-r--r--wizard/WizardHome.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardHome.qml b/wizard/WizardHome.qml
index db83b598..4d042a2a 100644
--- a/wizard/WizardHome.qml
+++ b/wizard/WizardHome.qml
@@ -58,7 +58,7 @@ Rectangle {
WizardHeader {
Layout.bottomMargin: 20
- title: qsTr("Welcome to Monero.") + translationManager.emptyString
+ title: qsTr("Welcome to Monero") + translationManager.emptyString
subtitle: ""
}