summaryrefslogtreecommitdiffstats
path: root/framework/qml/EditAccount.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/EditAccount.qml')
-rw-r--r--framework/qml/EditAccount.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml
index 69c0ff11..ad7c1f76 100644
--- a/framework/qml/EditAccount.qml
+++ b/framework/qml/EditAccount.qml
@@ -121,7 +121,7 @@ Item {
121 121
122 Kube.Button { 122 Kube.Button {
123 anchors.right: parent.right 123 anchors.right: parent.right
124 text: "Save" 124 text: qsTr("Save")
125 onClicked: { 125 onClicked: {
126 loader.item.save() 126 loader.item.save()
127 //TODO Feedback that the settings have been saved (popup notification/animation?) 127 //TODO Feedback that the settings have been saved (popup notification/animation?)