mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
parent
58edabc2b5
commit
a0cf8f64f9
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user