diff options
Diffstat (limited to 'components')
-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 b747014e..1bf1406b 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -233,7 +233,7 @@ Kube.View { | |||
233 | Layout.fillWidth: true | 233 | Layout.fillWidth: true |
234 | activeFocusOnTab: true | 234 | activeFocusOnTab: true |
235 | 235 | ||
236 | placeholderText: "Enter Subject..." | 236 | placeholderText: qsTr("Enter Subject...") |
237 | text: composerController.subject | 237 | text: composerController.subject |
238 | onTextChanged: composerController.subject = text; | 238 | onTextChanged: composerController.subject = text; |
239 | onActiveFocusChanged: closeFirstSplitIfNecessary() | 239 | onActiveFocusChanged: closeFirstSplitIfNecessary() |