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
|
@ -117,7 +117,7 @@ const ManageRestrictedJoinRuleDialog: React.FC<IProps> = ({ room, selected = [],
|
|||
>
|
||||
<p>
|
||||
{ _t("Decide which spaces can access this room. " +
|
||||
"If a space is selected its members will be able to find and join <RoomName/>.", {}, {
|
||||
"If a space is selected, its members can find and join <RoomName/>.", {}, {
|
||||
RoomName: () => <b>{ room.name }</b>,
|
||||
})}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue