Fix spelling

This commit is contained in:
Justin Hayes 2024-03-19 15:06:45 -04:00
parent a9e411fdb9
commit bd84ee0c6a
12 changed files with 12 additions and 12 deletions

View file

@ -673,7 +673,7 @@
? chatInputPlaceholder
: isRecording
? $i18n.t('Listening...')
: $i18n.t('Send a Messsage')}
: $i18n.t('Send a Message')}
bind:value={prompt}
on:keypress={(e) => {
if (e.keyCode == 13 && !e.shiftKey) {