mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-26 22:39:26 +00:00
parent
934d957c7b
commit
9e33bebca8
@ -330,7 +330,7 @@ Item {
|
|||||||
}
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: txtTitle
|
target: txtTitle
|
||||||
text: qsTr("Sign in by syncing")
|
text: qsTr("Log in by syncing")
|
||||||
}
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: txtDesc
|
target: txtDesc
|
||||||
@ -347,7 +347,7 @@ Item {
|
|||||||
}
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: button2
|
target: button2
|
||||||
text: qsTr("I don’t have other device")
|
text: qsTr("Log in via Keycard or seed phrase instead")
|
||||||
}
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: button3
|
target: button3
|
||||||
@ -365,11 +365,11 @@ Item {
|
|||||||
}
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: txtTitle
|
target: txtTitle
|
||||||
text: qsTr("Connect your keys")
|
text: qsTr("Log in")
|
||||||
}
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: txtDesc
|
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
|
height: Constants.onboarding.loginInfoHeight2
|
||||||
}
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
|
@ -37,7 +37,7 @@ Item {
|
|||||||
font.pixelSize: 22
|
font.pixelSize: 22
|
||||||
font.weight: Font.Bold
|
font.weight: Font.Bold
|
||||||
color: Theme.palette.directColor1
|
color: Theme.palette.directColor1
|
||||||
text: qsTr("Sign in by syncing")
|
text: qsTr("Log in by syncing")
|
||||||
}
|
}
|
||||||
|
|
||||||
SyncingDeviceView {
|
SyncingDeviceView {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user