Add iconography to Create Room Dialog dropdown
Remove unused old stale feather-customised/globe.svg
This commit is contained in:
parent
390b05617c
commit
fd64d37305
7 changed files with 47 additions and 16 deletions
|
@ -419,7 +419,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
|
|||
return (
|
||||
<div className="mx_SecurityRoomSettingsTab_joinRule">
|
||||
<div className="mx_SettingsTab_subsectionText">
|
||||
<span>{ _t("Decide who can view and join %(roomName)s.", {
|
||||
<span>{ _t("Decide who can join %(roomName)s.", {
|
||||
roomName: client.getRoom(this.props.roomId)?.name,
|
||||
}) }</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue