Skip to content

Commit 2832f86

Browse files
authored
Adding fedilink translation for link titles. (#2906)
- Fixes #2903
1 parent 427fd23 commit 2832f86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/shared/components/comment/comment-node.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
493493
</Link>
494494
<a
495495
className={classnames}
496-
title={I18NextService.i18n.t("link")}
496+
title={I18NextService.i18n.t("fedilink")}
497497
href={cv.comment.ap_id}
498498
>
499499
<Icon icon="fedilink" classes="icon-inline" />

src/shared/components/post/post-listing.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
650650
)}
651651
<a
652652
className="btn btn-sm btn-link btn-animate text-muted py-0"
653-
title={I18NextService.i18n.t("link")}
653+
title={I18NextService.i18n.t("fedilink")}
654654
href={ap_id}
655655
>
656656
<Icon icon="fedilink" inline />

0 commit comments

Comments
 (0)