diff options
Diffstat (limited to 'framework/qml/EditAccount.qml')
-rw-r--r-- | framework/qml/EditAccount.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml index 290cd5dc..69c0ff11 100644 --- a/framework/qml/EditAccount.qml +++ b/framework/qml/EditAccount.qml | |||
@@ -112,7 +112,7 @@ Item { | |||
112 | Layout.fillWidth: true | 112 | Layout.fillWidth: true |
113 | 113 | ||
114 | Kube.Button { | 114 | Kube.Button { |
115 | text: "Remove Account" | 115 | text: qsTr("Remove Account") |
116 | 116 | ||
117 | onClicked: { | 117 | onClicked: { |
118 | loader.item.remove() | 118 | loader.item.remove() |