fix: Inconsistent "from an image" vs "from images" translation (#7642)

This commit is contained in:
Michael Genson
2026-05-20 13:45:42 -05:00
committed by GitHub
parent 8b9149a1ce
commit c52a4e10c9
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<v-form ref="domUrlForm" @submit.prevent="createRecipe">
<div>
<v-card-title class="headline">
{{ $t("recipe.create-recipe-from-an-image") }}
{{ $t("recipe.create-recipe-from-images") }}
</v-card-title>
<v-card-text>
<p>{{ $t("recipe.create-recipe-from-an-image-description") }}</p>