diff --git a/src/components/TorrentDetail/Tabs/Info.vue b/src/components/TorrentDetail/Tabs/Info.vue index e97b4264..a65da52b 100644 --- a/src/components/TorrentDetail/Tabs/Info.vue +++ b/src/components/TorrentDetail/Tabs/Info.vue @@ -139,19 +139,34 @@ {{ $t('modals.detail.pageInfo.trackers') }} - {{ torrent.tracker }} + + + {{ trackersPart }} + {{ trackersPart }} + + {{ $t('modals.detail.pageInfo.createdBy') }} - {{ createdBy }} + + + {{ createdByPart }} + {{ createdByPart }} + + {{ $t('torrent.comments') | titleCase }} - {{ comment }} + + + {{ commentPart }} + {{ commentPart }} + + @@ -232,6 +247,7 @@