mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +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>
|
||||||
|
|
||||||
<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 a new issue