Skip to content

Commit

Permalink
fix(@desktop/keycard): onboarding - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saledjenic committed Oct 13, 2022
1 parent 2a04dd2 commit 4153489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/AppLayouts/Onboarding/views/SeedPhraseView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Item {
font.pixelSize: Constants.keycard.general.fontSize2
color: Theme.palette.dangerColor1
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 {
Expand Down

0 comments on commit 4153489

Please sign in to comment.