diff --git a/gpt4all-chat/main.qml b/gpt4all-chat/main.qml index e2d85a74..898c388d 100644 --- a/gpt4all-chat/main.qml +++ b/gpt4all-chat/main.qml @@ -282,8 +282,8 @@ Window { highlighted: comboBox.highlightedIndex === index } Accessible.role: Accessible.ComboBox - Accessible.name: qsTr(List of available models"") - Accessible.description: qsTr(" The top item is the current model") + Accessible.name: qsTr("List of available models") + Accessible.description: qsTr("The top item is the current model") onActivated: function (index) { currentChat.stopGenerating() currentChat.reset();