mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 14:13:21 +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,
|
lang: language,
|
||||||
};
|
};
|
||||||
}}
|
}}
|
||||||
title={
|
title={media.description}
|
||||||
media.description
|
|
||||||
? `Media ${i + 1}: ${media.description}`
|
|
||||||
: undefined
|
|
||||||
}
|
|
||||||
>
|
>
|
||||||
<sup>{i + 1}</sup> {media.description}
|
<sup>{i + 1}</sup> {media.description}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue