add missing i18n

This commit is contained in:
Pete Matsyburka
2024-02-19 23:52:47 +02:00
parent 274259f305
commit c3f3c5d5df
10 changed files with 28 additions and 11 deletions
@@ -5,7 +5,7 @@
>
<label
tabindex="0"
title="Settings"
:title="t('settings')"
class="cursor-pointer text-transparent group-hover:text-base-content"
>
<IconSettings
@@ -167,7 +167,7 @@ export default {
IconInnerShadowTop,
IconBrandStripe
},
inject: ['backgroundColor', 'save', 'currencies'],
inject: ['backgroundColor', 'save', 'currencies', 't'],
props: {
field: {
type: Object,