aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizard/WizardHome.qml2
-rw-r--r--wizard/WizardModeSelection.qml2
2 files changed, 2 insertions, 2 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: ""
}
diff --git a/wizard/WizardModeSelection.qml b/wizard/WizardModeSelection.qml
index 87f28b75..ffae4cbd 100644
--- a/wizard/WizardModeSelection.qml
+++ b/wizard/WizardModeSelection.qml
@@ -58,7 +58,7 @@ Rectangle {
spacing: 0
WizardHeader {
- title: qsTr("Mode selection.") + translationManager.emptyString
+ title: qsTr("Mode selection") + translationManager.emptyString
subtitle: qsTr("Please select the statement that best matches you.") + translationManager.emptyString
}