mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 13:32:22 +00:00
parent
934d957c7b
commit
9e33bebca8
@ -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 don’t have other device")
|
||||
text: qsTr("Log in via Keycard or seed phrase instead")
|
||||
}
|
||||
PropertyChanges {
|
||||
target: button3
|
||||
@ -365,11 +365,11 @@ Item {
|
||||
}
|
||||
PropertyChanges {
|
||||
target: txtTitle
|
||||
text: qsTr("Connect your keys")
|
||||
text: qsTr("Log in")
|
||||
}
|
||||
PropertyChanges {
|
||||
target: txtDesc
|
||||
text: qsTr("Use your existing Status keys to login to this device.")
|
||||
text: qsTr("Use your existing Status keys to log in to this device.")
|
||||
height: Constants.onboarding.loginInfoHeight2
|
||||
}
|
||||
PropertyChanges {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user