mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 04:17:48 +01:00
feat: Change translation keys to fallback strings
This commit is contained in:
@@ -671,8 +671,8 @@
|
||||
placeholder={chatInputPlaceholder !== ''
|
||||
? chatInputPlaceholder
|
||||
: isRecording
|
||||
? $i18n.t('ChatInputPlaceholderListening')
|
||||
: $i18n.t('ChatInputPlaceholder')}
|
||||
? $i18n.t('Listening...')
|
||||
: $i18n.t('Send a Messsage')}
|
||||
bind:value={prompt}
|
||||
on:keypress={(e) => {
|
||||
if (e.keyCode == 13 && !e.shiftKey) {
|
||||
|
||||
Reference in New Issue
Block a user