Remove i18n on repost ribbon since there is no text.
This commit is contained in:
parent
88907901a1
commit
b56dc66f23
2 changed files with 1 additions and 4 deletions
|
@ -671,7 +671,6 @@
|
||||||
"Replying...": "Replying...",
|
"Replying...": "Replying...",
|
||||||
"refreshing the app": "refreshing the app",
|
"refreshing the app": "refreshing the app",
|
||||||
"Follower": "Follower",
|
"Follower": "Follower",
|
||||||
"%repost_channel_link% reposted": "%repost_channel_link% reposted",
|
|
||||||
"%anonymous% Reposted": "%anonymous% Reposted",
|
"%anonymous% Reposted": "%anonymous% Reposted",
|
||||||
"Anonymous --[used in <%anonymous% Reposted>]--": "Anonymous",
|
"Anonymous --[used in <%anonymous% Reposted>]--": "Anonymous",
|
||||||
"This channel may have been unpublished.": "This channel may have been unpublished.",
|
"This channel may have been unpublished.": "This channel may have been unpublished.",
|
||||||
|
|
|
@ -53,9 +53,7 @@ function ClaimRepostAuthor(props: Props) {
|
||||||
<div className="claim-preview__repost-ribbon">
|
<div className="claim-preview__repost-ribbon">
|
||||||
<Icon icon={ICONS.REPOST} size={10} className="claim-preview__repost-icon" />
|
<Icon icon={ICONS.REPOST} size={10} className="claim-preview__repost-icon" />
|
||||||
<br />
|
<br />
|
||||||
<I18nMessage tokens={{ repost_channel_link: <UriIndicator link uri={repostChannelUrl} /> }}>
|
<UriIndicator link uri={repostChannelUrl} />
|
||||||
%repost_channel_link%
|
|
||||||
</I18nMessage>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue