mirror of
https://github.com/open-webui/open-webui
synced 2025-02-18 02:57:02 +00:00
found more tooltops without i18n keys
This commit is contained in:
parent
3404b8dd13
commit
cc72341861
@ -368,7 +368,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mr-2 translate-y-0.5">
|
<div class="mr-2 translate-y-0.5">
|
||||||
<Tooltip content="Cancel">
|
<Tooltip content={$i18n.t('Cancel')}>
|
||||||
<button
|
<button
|
||||||
class="text-gray-800 dark:text-gray-100"
|
class="text-gray-800 dark:text-gray-100"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
|
@ -652,7 +652,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Tooltip content="Cancel">
|
<Tooltip content={$i18n.t('Cancel')}>
|
||||||
<button
|
<button
|
||||||
class="text-gray-800 dark:text-gray-100"
|
class="text-gray-800 dark:text-gray-100"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user