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