Skip to content

Commit

Permalink
chat: fix syntax error in main.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
cebtenzzre authored and apage43 committed Oct 22, 2023
1 parent 34daf24 commit c25dc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpt4all-chat/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c25dc51

Please sign in to comment.