diff --git a/gpt4all-chat/qml/SettingsDialog.qml b/gpt4all-chat/qml/SettingsDialog.qml index 7d9c18d3..868c90e9 100644 --- a/gpt4all-chat/qml/SettingsDialog.qml +++ b/gpt4all-chat/qml/SettingsDialog.qml @@ -800,7 +800,7 @@ Dialog { } Label { id: gpuOverrideLabel - text: qsTr("Force GPU if detected:") + text: qsTr("Force Metal (macOS+arm):") color: theme.textColor Layout.row: 8 Layout.column: 0