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

@@ -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,