diff --git a/src/qml/Component/ChatBox/ChatBar.qml b/src/qml/Component/ChatBox/ChatBar.qml index 9dc0f30b1..fd7d407aa 100644 --- a/src/qml/Component/ChatBox/ChatBar.qml +++ b/src/qml/Component/ChatBox/ChatBar.qml @@ -167,6 +167,8 @@ QQC2.Control { wrapMode: Text.Wrap readOnly: (currentRoom.usesEncryption && !Controller.encryptionSupported) + Accessible.description: placeholderText + Timer { id: repeatTimer interval: 5000