diff options
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index 90f4ea06..f9940556 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -275,7 +275,7 @@ Kube.View { | |||
275 | Kube.Button { | 275 | Kube.Button { |
276 | id: html | 276 | id: html |
277 | 277 | ||
278 | text: "P/H" | 278 | text: checked ? "html" : "plain" |
279 | checkable: true | 279 | checkable: true |
280 | 280 | ||
281 | } | 281 | } |