mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Merge pull request #17180 from Viruzaum/untitled-translation-fix
fix/i18n: Fix missing translation of default title of AddTextContentModel
This commit is contained in:
commit
5a596ae40c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
import VoiceRecording from '$lib/components/chat/MessageInput/VoiceRecording.svelte';
|
||||
export let show = false;
|
||||
|
||||
let name = 'Untitled';
|
||||
let name = $i18n.t('Untitled');
|
||||
let content = '';
|
||||
|
||||
let voiceInput = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue