mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
fix: change text strings to qsTr
Co-authored-by: RichΛrd <info@richardramos.me>
This commit is contained in:
parent
34810e0587
commit
de5d542b8e
@ -67,12 +67,12 @@ Page {
|
||||
anchors.top: txtDesc1.bottom
|
||||
anchors.topMargin: 40
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
label: "I'm new, generate keys"
|
||||
label: qsTr("I'm new, generate keys")
|
||||
}
|
||||
|
||||
StyledButton {
|
||||
id: btnExistingKey
|
||||
label: "Access existing key"
|
||||
label: qsTr("Access existing key")
|
||||
anchors.top: btnGenKey.bottom
|
||||
anchors.topMargin: Theme.padding
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
Loading…
x
Reference in New Issue
Block a user