mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +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';
|
import VoiceRecording from '$lib/components/chat/MessageInput/VoiceRecording.svelte';
|
||||||
export let show = false;
|
export let show = false;
|
||||||
|
|
||||||
let name = 'Untitled';
|
let name = $i18n.t('Untitled');
|
||||||
let content = '';
|
let content = '';
|
||||||
|
|
||||||
let voiceInput = false;
|
let voiceInput = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user