summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/package/contents/ui/Settings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/Settings.qml b/components/package/contents/ui/Settings.qml
index 8e80ba0f..d37863f8 100644
--- a/components/package/contents/ui/Settings.qml
+++ b/components/package/contents/ui/Settings.qml
@@ -115,7 +115,7 @@ Rectangle {
115 accountDetails.source = accountFactory.uiPath 115 accountDetails.source = accountFactory.uiPath
116 accountDetails.item.accountId = accountFactory.accountId 116 accountDetails.item.accountId = accountFactory.accountId
117 accountDetails.item.icon = accountFactory.icon 117 accountDetails.item.icon = accountFactory.icon
118 accountDetails.item.accountNam = accountFactory.name 118 accountDetails.item.accountName = accountFactory.name
119 } 119 }
120 } 120 }
121 } 121 }