summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-06-14 16:02:56 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-06-14 16:02:56 +0200
commit6300db681eb9206452cfd57f6b5e45efb0fd4ed1 (patch)
treedf332a4572782cbcfa08812e2813fb84c82b0767
parentfac195bc445e4c2741758f7b87b535c64b356d20 (diff)
downloadkube-6300db681eb9206452cfd57f6b5e45efb0fd4ed1.tar.gz
kube-6300db681eb9206452cfd57f6b5e45efb0fd4ed1.zip
fix typo
-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 }