mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-15 22:45:50 +00:00
parent
427fd2325b
commit
2832f86ace
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 2bde7acef9807d28cb13b6584fc63d7b8a457005
|
||||
Subproject commit 9fdc885b7e3ec99d24e59c2bfc197f3d591d2c74
|
|
@ -493,7 +493,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
|
|||
</Link>
|
||||
<a
|
||||
className={classnames}
|
||||
title={I18NextService.i18n.t("link")}
|
||||
title={I18NextService.i18n.t("fedilink")}
|
||||
href={cv.comment.ap_id}
|
||||
>
|
||||
<Icon icon="fedilink" classes="icon-inline" />
|
||||
|
|
|
@ -650,7 +650,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
|||
)}
|
||||
<a
|
||||
className="btn btn-sm btn-link btn-animate text-muted py-0"
|
||||
title={I18NextService.i18n.t("link")}
|
||||
title={I18NextService.i18n.t("fedilink")}
|
||||
href={ap_id}
|
||||
>
|
||||
<Icon icon="fedilink" inline />
|
||||
|
|
Loading…
Reference in a new issue