From a1a78370cc0b65cca963be316ce3f69b3eed161b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 2 Oct 2023 19:57:19 +0800 Subject: [PATCH] Remove 'Media {i}:' It'll look weird when description is not English --- src/components/status.jsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index 30137d66..eab2ff52 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1291,11 +1291,7 @@ function Status({ lang: language, }; }} - title={ - media.description - ? `Media ${i + 1}: ${media.description}` - : undefined - } + title={media.description} > {i + 1} {media.description}