Migrate more strings to translation keys (#11671)
This commit is contained in:
parent
13aed62a91
commit
4d0d024e86
125 changed files with 7066 additions and 6607 deletions
|
@ -354,9 +354,9 @@ export default class MemberList extends React.Component<IProps, IState> {
|
|||
let inviteButton: JSX.Element | undefined;
|
||||
|
||||
if (room?.getMyMembership() === "join" && shouldShowComponent(UIComponent.InviteUsers)) {
|
||||
let inviteButtonText = _t("Invite to this room");
|
||||
let inviteButtonText = _t("room|invite_this_room");
|
||||
if (room.isSpaceRoom()) {
|
||||
inviteButtonText = _t("Invite to this space");
|
||||
inviteButtonText = _t("space|invite_this_space");
|
||||
}
|
||||
|
||||
if (this.state.canInvite) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue