slight word change

This commit is contained in:
legop3
2026-05-21 00:04:56 -04:00
parent 4af93fe05a
commit b62af19418
3 changed files with 3 additions and 3 deletions
@@ -31,7 +31,7 @@ export default function OverseerPreferencePanel() {
<input type="checkbox" checked={enabled} onChange={onToggle} />
<span>Your vote: {enabled ? 'yes' : 'no'}</span>
</label>
<span className="text-xs">(A local LLM in chat)</span>
<span className="text-xs">Enable a local LLM in chat</span>
{/* <div className="mt-0.5 text-slate-400">
Yes!: {Number(vote?.yesCount || 0)}, No...: {Number(vote?.noCount || 0)}