Fix styling inconsistency in space room view

This commit is contained in:
Michael Telatynski 2021-03-24 14:02:25 +00:00
parent d873791369
commit f7a3805eed
2 changed files with 2 additions and 2 deletions

View file

@ -426,7 +426,7 @@ const SpaceSetupFirstRooms = ({ space, title, description, onFinished }) => {
const SpaceSetupPublicShare = ({ space, onFinished }) => {
return <div className="mx_SpaceRoomView_publicShare">
<h1>{ _t("Share %(name)s", { name: space.name }) }</h1>
<div className="mx_SpacePublicShare_description">
<div className="mx_SpaceRoomView_description">
{ _t("It's just you at the moment, it will be even better with others.") }
</div>