Remove an extra paragraph in advanced room settings (#31500) (#31511)

This was introduced (presumably accidentally) in
[#30169](https://github.com/element-hq/element-web/pull/30169/files#diff-89268874351e08a327e47b0a7e1d4e916e1ad8dc4be8b4a3f1ef67f3f83a5bc9R459)

(cherry picked from commit 3d80e607ce)

Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
This commit is contained in:
ElementRobot
2025-12-11 12:01:17 +01:00
committed by GitHub
parent 1cf9e546fd
commit 00954542f3
2 changed files with 0 additions and 5 deletions

View File

@@ -456,7 +456,6 @@ export default class CreateRoomDialog extends React.Component<IProps, IState> {
checked={this.state.noFederate}
helpMessage={federateLabel}
/>
z<p>{federateLabel}</p>
</details>
)}
</Form.Root>

View File

@@ -187,10 +187,6 @@ exports[`<CreateRoomDialog /> for a private room should create a private room 1`
</span>
</div>
</div>
z
<p>
You might enable this if the room will only be used for collaborating with internal teams on your homeserver. This cannot be changed later.
</p>
</details>
</form>
</div>