fix(Onboarding): remove unnecessary space in onboarding text

This commit is contained in:
Pascal Precht 2022-06-20 16:22:34 +02:00 committed by Iuri Matias
parent ad4b2c5e6f
commit b83f45c68b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ OnboardingBasePage {
StatusBaseText {
anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("If you lose your password you will lose access to your Status profile.")
text: qsTr("If you lose your password you will lose access to your Status profile.")
font.pixelSize: 15
color: Theme.palette.baseColor1
}