diff --git a/lemmy-translations b/lemmy-translations
index 2bde7ace..9fdc885b 160000
--- a/lemmy-translations
+++ b/lemmy-translations
@@ -1 +1 @@
-Subproject commit 2bde7acef9807d28cb13b6584fc63d7b8a457005
+Subproject commit 9fdc885b7e3ec99d24e59c2bfc197f3d591d2c74
diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx
index 905c730f..f3ef7db4 100644
--- a/src/shared/components/comment/comment-node.tsx
+++ b/src/shared/components/comment/comment-node.tsx
@@ -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" />
diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx
index d18fb554..7f31fd47 100644
--- a/src/shared/components/post/post-listing.tsx
+++ b/src/shared/components/post/post-listing.tsx
@@ -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 />