diff --git a/ui/onboarding/KeysMain.qml b/ui/onboarding/KeysMain.qml index d7ce4a3fb4..9b2467fe0b 100644 --- a/ui/onboarding/KeysMain.qml +++ b/ui/onboarding/KeysMain.qml @@ -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