mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-23 23:29:31 +01:00
feat: Change translation keys to fallback strings
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
<select
|
||||
class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
|
||||
bind:value={titleAutoGenerateModel}
|
||||
placeholder={$i18n.t('ModelSelectorPlaceholder')}
|
||||
placeholder={$i18n.t('Select a Model')}
|
||||
>
|
||||
<option value="" selected>Current Model</option>
|
||||
{#each $models as model}
|
||||
|
||||
Reference in New Issue
Block a user