This commit is contained in:
legop3
2026-01-18 13:05:32 -05:00
parent 36f28a9708
commit df952b27e0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -830,7 +830,7 @@ function HudChatInput({ compact = false }) {
}
}}
ref={(el) => registerInputRef(el, { target: 'hud' })}
placeholder={canChat ? 'Chat' : 'Spectator'}
placeholder={canChat ? 'Chat (TTS)' : 'Spectator'}
disabled={!canChat}
/>
<button
@@ -838,7 +838,7 @@ function HudChatInput({ compact = false }) {
disabled={!canChat || sending}
className={buttonClass}
>
Send
Speak
</button>
</form>
);