found more tooltops without i18n keys

This commit is contained in:
Jannik Streidl 2024-05-07 11:34:15 +02:00
parent 3404b8dd13
commit cc72341861
2 changed files with 2 additions and 2 deletions

View File

@ -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={() => {

View File

@ -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={() => {