mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: update default name to use i18n translation
This commit is contained in:
parent
22c4ef4fb0
commit
a980af3ca4
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