translated owner string

This commit is contained in:
Michael Genson 2024-02-23 18:00:58 +00:00
parent 7ca50b63f9
commit f9b71f4b4c

View File

@ -81,7 +81,7 @@
:items="allUsers"
item-text="fullName"
item-value="id"
:label="'Owner'"
:label="$t('general.owner')"
:prepend-icon="$globals.icons.user"
/>
</v-form>