fix(@desktop/keycard): onboarding - typo

Fixes: #7880
This commit is contained in:
Sale Djenic 2022-10-13 08:43:01 +02:00 committed by saledjenic
parent 2a04dd243e
commit 4153489ade
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Item {
font.pixelSize: Constants.keycard.general.fontSize2 font.pixelSize: Constants.keycard.general.fontSize2
color: Theme.palette.dangerColor1 color: Theme.palette.dangerColor1
horizontalAlignment: Qt.AlignHCenter horizontalAlignment: Qt.AlignHCenter
text: qsTr("You will need this to recover your Keycard if you loose\nyour PIN of if the wrong PIN is entered five times in a row.") text: qsTr("You will need this to recover your Keycard if you lose\nyour PIN or if the wrong PIN is entered five times in a row.")
} }
GridLayout { GridLayout {