fix: Change 'Units' to 'Unit' in shopping list item editor (#6372)

This commit is contained in:
Ritoban Dutta
2025-10-13 23:11:29 +05:30
committed by GitHub
parent 25ebcb1a05
commit 192872b9ec

View File

@@ -10,7 +10,7 @@
v-model="listItem.unit"
v-model:item-id="listItem.unitId!"
:items="units"
:label="$t('general.units')"
:label="$t('recipe.unit')"
:icon="$globals.icons.units"
create
@create="createAssignUnit"