mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-09 14:35:35 -04:00
fix: Restore missing description for household's new recipe settings (#7204)
This commit is contained in:
@@ -29,7 +29,9 @@
|
|||||||
flat
|
flat
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<BaseCardSectionTitle class="mt-5" :title="$t('household.household-recipe-preferences')" />
|
<BaseCardSectionTitle class="mt-5" :title="$t('household.household-recipe-preferences')">
|
||||||
|
{{ $t("household.default-recipe-preferences-description") }}
|
||||||
|
</BaseCardSectionTitle>
|
||||||
<div class="preference-container">
|
<div class="preference-container">
|
||||||
<div v-for="p in recipePreferences" :key="p.key">
|
<div v-for="p in recipePreferences" :key="p.key">
|
||||||
<v-checkbox v-model="preferences[p.key]" hide-details density="compact" :label="p.label" color="primary" />
|
<v-checkbox v-model="preferences[p.key]" hide-details density="compact" :label="p.label" color="primary" />
|
||||||
|
|||||||
Reference in New Issue
Block a user