summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/AccountWizardPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/contents/ui/AccountWizardPage.qml')
-rw-r--r--components/accounts/contents/ui/AccountWizardPage.qml4
1 files changed, 2 insertions, 2 deletions
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