this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove 'Media {i}:'

It'll look weird when description is not English

+1 -5
+1 -5
src/components/status.jsx
··· 1291 1291 lang: language, 1292 1292 }; 1293 1293 }} 1294 - title={ 1295 - media.description 1296 - ? `Media ${i + 1}: ${media.description}` 1297 - : undefined 1298 - } 1294 + title={media.description} 1299 1295 > 1300 1296 <sup>{i + 1}</sup> {media.description} 1301 1297 </div>