Onboarding: minor wording adjustments (#16937)

Closes: #16929
This commit is contained in:
Michał 2024-12-12 16:53:15 +01:00 committed by GitHub
parent 934d957c7b
commit 9e33bebca8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -330,7 +330,7 @@ Item {
}
PropertyChanges {
target: txtTitle
text: qsTr("Sign in by syncing")
text: qsTr("Log in by syncing")
}
PropertyChanges {
target: txtDesc
@ -347,7 +347,7 @@ Item {
}
PropertyChanges {
target: button2
text: qsTr("I dont have other device")
text: qsTr("Log in via Keycard or seed phrase instead")
}
PropertyChanges {
target: button3
@ -365,7 +365,7 @@ Item {
}
PropertyChanges {
target: txtTitle
text: qsTr("Connect your keys")
text: qsTr("Log in")
}
PropertyChanges {
target: txtDesc

View File

@ -37,7 +37,7 @@ Item {
font.pixelSize: 22
font.weight: Font.Bold
color: Theme.palette.directColor1
text: qsTr("Sign in by syncing")
text: qsTr("Log in by syncing")
}
SyncingDeviceView {