forked from open-webui/open-webui
fixed you var + added ua translation for the new playground
This commit is contained in:
parent
b5b860f575
commit
53f69ace6c
4 changed files with 17 additions and 5 deletions
|
@ -67,13 +67,13 @@
|
|||
{#if $modelfiles.map((modelfile) => modelfile.tagName).includes(message.user)}
|
||||
{$modelfiles.find((modelfile) => modelfile.tagName === message.user)?.title}
|
||||
{:else}
|
||||
{$i18n.t('Sie')}
|
||||
{$i18n.t('You')}
|
||||
<span class=" text-gray-500 text-sm font-medium">{message?.user ?? ''}</span>
|
||||
{/if}
|
||||
{:else if $settings.showUsername}
|
||||
{user.name}
|
||||
{:else}
|
||||
{$i18n.t('Sie')}
|
||||
{$i18n.t('You')}
|
||||
{/if}
|
||||
|
||||
{#if message.timestamp}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue