From 7a31bfdbc2666b9ba7fa1113a3b779fb589a24eb Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sun, 12 Jul 2026 00:43:07 +0900 Subject: [PATCH] fix --- .../frontend/src/components/MkImageGallery.item.fileinfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/components/MkImageGallery.item.fileinfo.vue b/packages/frontend/src/components/MkImageGallery.item.fileinfo.vue index 7bf38194a0..1a675bef48 100644 --- a/packages/frontend/src/components/MkImageGallery.item.fileinfo.vue +++ b/packages/frontend/src/components/MkImageGallery.item.fileinfo.vue @@ -9,10 +9,10 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.fileName }} {{ content.filename }} - + {{ i18n.ts.description }} - {{ content.file.comment }} + {{ content.file.comment ? content.file.comment : `(${i18n.ts.none})` }}