UX: Update sidebar invite button to use correct title attribute text (#29875)

This PR updates the sidebar's Invite button to use the intended text for its title attribute.
This commit is contained in:
Ella E. 2024-11-20 19:22:01 -07:00 committed by GitHub
parent 58edabc2b5
commit a0cf8f64f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ export default class InviteSectionLink extends BaseSectionLink {
}
get title() {
return i18n("sidebar.sections.community.links.invite.content");
return i18n("sidebar.sections.community.links.invite.title");
}
get text() {