summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/contents/ui')
-rw-r--r--components/accounts/contents/ui/AccountWizard.qml2
-rw-r--r--components/accounts/contents/ui/AccountWizardPage.qml4
2 files changed, 3 insertions, 3 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml
index 698f1d19..a57ddde3 100644
--- a/components/accounts/contents/ui/AccountWizard.qml
+++ b/components/accounts/contents/ui/AccountWizard.qml
@@ -44,7 +44,7 @@ Kube.Popup {
44 Item { 44 Item {
45 Kube.Heading { 45 Kube.Heading {
46 id: heading 46 id: heading
47 text: "Select your new account type" 47 text: qsTr("Select your new account type")
48 color: Kube.Colors.highlightColor 48 color: Kube.Colors.highlightColor
49 } 49 }
50 50
diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/contents/ui/AccountWizardPage.qml
index f0a49b10..f5d10258 100644
--- a/components/accounts/contents/ui/AccountWizardPage.qml
+++ b/components/accounts/contents/ui/AccountWizardPage.qml
@@ -116,7 +116,7 @@ Item {
116 bottom: parent.bottom 116 bottom: parent.bottom
117 } 117 }
118 118
119 text: "Discard" 119 text: qsTr("Discard")
120 onClicked: { 120 onClicked: {
121 root.done() 121 root.done()
122 } 122 }
@@ -128,7 +128,7 @@ Item {
128 bottom: parent.bottom 128 bottom: parent.bottom
129 } 129 }
130 130
131 text: "Save" 131 text: qsTr("Save")
132 onClicked: { 132 onClicked: {
133 loader.item.save() 133 loader.item.save()
134 134