mirror of
https://github.com/open-webui/open-webui
synced 2024-11-23 00:27:40 +00:00
refac
This commit is contained in:
parent
2e231982a3
commit
7036166535
@ -302,7 +302,7 @@ __builtins__.input = input`);
|
||||
{/if}
|
||||
{/if}
|
||||
<button class="copy-code-button bg-none border-none p-1" on:click={copyCode}
|
||||
>{copied ? $i18n.t('Copied') : $i18n.t('Copy Code')}</button
|
||||
>{copied ? $i18n.t('Copied') : $i18n.t('Copy')}</button
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user