mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Fix spelling
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user