diff --git a/components/VoiceController.tsx b/components/VoiceController.tsx index 26facab..9fb968f 100644 --- a/components/VoiceController.tsx +++ b/components/VoiceController.tsx @@ -313,7 +313,7 @@ export default function VoiceController() { onPointerCancel={() => { if (pressTimer.current) clearTimeout(pressTimer.current); pressTimer.current = null }} data-swipe-ignore aria-label={isActive ? 'Выключить ассистента' : 'Активировать ассистента'} - title={isActive ? 'Скажи «Космо» · долгий тап = выкл' : 'Тап = активировать'} + title={isActive ? 'Скажи «Эй, космо» · долгий тап = выкл' : 'Тап = активировать'} style={{ position: 'fixed', right: 24, diff --git a/public/wake/cosmo.onnx b/public/wake/cosmo.onnx index 813830a..a7963ab 100644 Binary files a/public/wake/cosmo.onnx and b/public/wake/cosmo.onnx differ