diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-09 15:37:04 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-09 15:37:04 +0100 |
commit | ca5cdbd3076b5fdc6890c08a1abf8619203a73e4 (patch) | |
tree | 15d6aae8925cd05fdd28d5b297a3d39765254a1b | |
parent | ca0d6d669b88336d0c00f09ca9b645397a023e6d (diff) | |
download | kube-ca5cdbd3076b5fdc6890c08a1abf8619203a73e4.tar.gz kube-ca5cdbd3076b5fdc6890c08a1abf8619203a73e4.zip |
rename accountswitcher to accounts
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index c43e9ece..16e84931 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -41,7 +41,7 @@ Controls2.Button { | |||
41 | Layout.fillWidth: true | 41 | Layout.fillWidth: true |
42 | height: parent.height | 42 | height: parent.height |
43 | 43 | ||
44 | text: "Account Switcher" | 44 | text: "Accounts" |
45 | 45 | ||
46 | onClicked: { | 46 | onClicked: { |
47 | popup.open() | 47 | popup.open() |