forked from open-webui/open-webui
fix: issue with nbsp in i18next-parser
This commit is contained in:
parent
f605bd96be
commit
48e8b45dc9
7 changed files with 9 additions and 2 deletions
|
@ -167,7 +167,8 @@
|
|||
class=" text-gray-600 dark:text-gray-300 font-medium"
|
||||
>
|
||||
/{command}
|
||||
</span>" {$i18n.t('to chat input.')}
|
||||
</span>"
|
||||
{$i18n.t('to chat input.')}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -150,7 +150,8 @@
|
|||
class=" text-gray-600 dark:text-gray-300 font-medium"
|
||||
>
|
||||
/{command}
|
||||
</span>" {$i18n.t('to chat input.')}
|
||||
</span>"
|
||||
{$i18n.t('to chat input.')}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue