aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-02-05 21:37:35 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-02-05 21:37:35 -0500
commitdba48334e639c92eb6428f52ebb685d4747e509b (patch)
treebcebf4d35563b03091f97bfd1adc8adbdcdd1709 /wizard
parentd5469c824755447608279827e12f5fc73a4bf0e9 (diff)
parente5a6a50e49db45cc6de1a3e84a986d517ea4fde8 (diff)
downloadmonzero-gui-dba48334e639c92eb6428f52ebb685d4747e509b.tar.gz
monzero-gui-dba48334e639c92eb6428f52ebb685d4747e509b.tar.xz
monzero-gui-dba48334e639c92eb6428f52ebb685d4747e509b.zip
Merge pull request #2689
e5a6a50 Wizard: remove unnecessary periods (rating89us)
Diffstat (limited to 'wizard')
-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
}