diff options
Diffstat (limited to 'app/main.qml')
-rw-r--r-- | app/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.qml b/app/main.qml index a481320..2ecc8ac 100644 --- a/app/main.qml +++ b/app/main.qml @@ -84,7 +84,7 @@ ApplicationWindow { height: parent.height } TabButton { - text: "Management" + text: "Installed Application" font.pixelSize: 20 height: parent.height } |