mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
found more tooltops without i18n keys
This commit is contained in:
parent
3404b8dd13
commit
cc72341861
2 changed files with 2 additions and 2 deletions
|
|
@ -368,7 +368,7 @@
|
|||
</div>
|
||||
|
||||
<div class="mr-2 translate-y-0.5">
|
||||
<Tooltip content="Cancel">
|
||||
<Tooltip content={$i18n.t('Cancel')}>
|
||||
<button
|
||||
class="text-gray-800 dark:text-gray-100"
|
||||
on:click={() => {
|
||||
|
|
|
|||
|
|
@ -652,7 +652,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<Tooltip content="Cancel">
|
||||
<Tooltip content={$i18n.t('Cancel')}>
|
||||
<button
|
||||
class="text-gray-800 dark:text-gray-100"
|
||||
on:click={() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue