mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-05-26 03:30:26 -04:00
fix: Inconsistent "from an image" vs "from images" translation (#7642)
This commit is contained in:
@@ -205,7 +205,7 @@ const createLinks = computed(() => [
|
||||
insertDivider: false,
|
||||
icon: $globals.icons.fileImage,
|
||||
title: i18n.t("recipe.create-from-images"),
|
||||
subtitle: i18n.t("recipe.create-recipe-from-an-image"),
|
||||
subtitle: i18n.t("recipe.create-recipe-from-images"),
|
||||
to: `/g/${groupSlug.value}/r/create/image`,
|
||||
restricted: true,
|
||||
hide: !showImageImport.value,
|
||||
|
||||
Reference in New Issue
Block a user