mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-26 06:21:15 +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,7 +365,7 @@ Item {
|
|||||||
}
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: txtTitle
|
target: txtTitle
|
||||||
text: qsTr("Connect your keys")
|
text: qsTr("Log in")
|
||||||
}
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: txtDesc
|
target: txtDesc
|
||||||
|
@ -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