mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
fix: update default name to use i18n translation
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