Remove 'Media {i}:'

It'll look weird when description is not English
This commit is contained in:
Lim Chee Aun 2023-10-02 19:57:19 +08:00
parent 7e993704cc
commit a1a78370cc

View file

@ -1291,11 +1291,7 @@ function Status({
lang: language,
};
}}
title={
media.description
? `Media ${i + 1}: ${media.description}`
: undefined
}
title={media.description}
>
<sup>{i + 1}</sup> {media.description}
</div>