Skip to content

Commit

Permalink
Wizard: remove unnecessary periods
Browse files Browse the repository at this point in the history
  • Loading branch information
rating89us committed Jan 9, 2020
1 parent ef2b0cf commit e5a6a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wizard/WizardHome.qml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Rectangle {

WizardHeader {
Layout.bottomMargin: 20
title: qsTr("Welcome to Monero.") + translationManager.emptyString
title: qsTr("Welcome to Monero") + translationManager.emptyString
subtitle: ""
}

Expand Down
2 changes: 1 addition & 1 deletion wizard/WizardModeSelection.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit e5a6a50

Please sign in to comment.