mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix: Change 'Units' to 'Unit' in shopping list item editor (#6372)
This commit is contained in:
		| @@ -10,7 +10,7 @@ | |||||||
|             v-model="listItem.unit" |             v-model="listItem.unit" | ||||||
|             v-model:item-id="listItem.unitId!" |             v-model:item-id="listItem.unitId!" | ||||||
|             :items="units" |             :items="units" | ||||||
|             :label="$t('general.units')" |             :label="$t('recipe.unit')" | ||||||
|             :icon="$globals.icons.units" |             :icon="$globals.icons.units" | ||||||
|             create |             create | ||||||
|             @create="createAssignUnit" |             @create="createAssignUnit" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user