mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
refac
This commit is contained in:
parent
803b2e35be
commit
dced9e4094
1 changed files with 2 additions and 2 deletions
|
|
@ -330,7 +330,7 @@
|
||||||
|
|
||||||
<div class=" flex w-full justify-between my-2 pr-2">
|
<div class=" flex w-full justify-between my-2 pr-2">
|
||||||
<div class=" self-center text-xs font-medium">
|
<div class=" self-center text-xs font-medium">
|
||||||
{$i18n.t('Allow Response Regeneration')}
|
{$i18n.t('Allow Regenerate Response')}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Switch bind:state={permissions.chat.regenerate_response} />
|
<Switch bind:state={permissions.chat.regenerate_response} />
|
||||||
|
|
@ -338,7 +338,7 @@
|
||||||
|
|
||||||
<div class=" flex w-full justify-between my-2 pr-2">
|
<div class=" flex w-full justify-between my-2 pr-2">
|
||||||
<div class=" self-center text-xs font-medium">
|
<div class=" self-center text-xs font-medium">
|
||||||
{$i18n.t('Allow Response Rating')}
|
{$i18n.t('Allow Rate Response')}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Switch bind:state={permissions.chat.rating_response} />
|
<Switch bind:state={permissions.chat.rating_response} />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue