Adding fedilink translation for link titles. (#2906)

- Fixes #2903
This commit is contained in:
Dessalines 2025-01-13 20:05:04 -05:00 committed by GitHub
parent 427fd2325b
commit 2832f86ace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 2bde7acef9807d28cb13b6584fc63d7b8a457005 Subproject commit 9fdc885b7e3ec99d24e59c2bfc197f3d591d2c74

View file

@ -493,7 +493,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
</Link> </Link>
<a <a
className={classnames} className={classnames}
title={I18NextService.i18n.t("link")} title={I18NextService.i18n.t("fedilink")}
href={cv.comment.ap_id} href={cv.comment.ap_id}
> >
<Icon icon="fedilink" classes="icon-inline" /> <Icon icon="fedilink" classes="icon-inline" />

View file

@ -650,7 +650,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
)} )}
<a <a
className="btn btn-sm btn-link btn-animate text-muted py-0" 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} href={ap_id}
> >
<Icon icon="fedilink" inline /> <Icon icon="fedilink" inline />