Remove i18n on repost ribbon since there is no text.

This commit is contained in:
infinite-persistence 2022-02-16 14:14:02 +08:00 committed by infinite-persistence
parent 88907901a1
commit b56dc66f23
2 changed files with 1 additions and 4 deletions

View file

@ -671,7 +671,6 @@
"Replying...": "Replying...",
"refreshing the app": "refreshing the app",
"Follower": "Follower",
"%repost_channel_link% reposted": "%repost_channel_link% reposted",
"%anonymous% Reposted": "%anonymous% Reposted",
"Anonymous --[used in <%anonymous% Reposted>]--": "Anonymous",
"This channel may have been unpublished.": "This channel may have been unpublished.",

View file

@ -53,9 +53,7 @@ function ClaimRepostAuthor(props: Props) {
<div className="claim-preview__repost-ribbon">
<Icon icon={ICONS.REPOST} size={10} className="claim-preview__repost-icon" />
<br />
<I18nMessage tokens={{ repost_channel_link: <UriIndicator link uri={repostChannelUrl} /> }}>
%repost_channel_link%
</I18nMessage>
<UriIndicator link uri={repostChannelUrl} />
</div>
</div>
);