mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Remove 'Media {i}:'
It'll look weird when description is not English
This commit is contained in:
parent
7e993704cc
commit
a1a78370cc
1 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue