mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user