Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 2c7b3d9

Browse files
committed
UnknownDeviceDialog: Reword the warning
1 parent 60d7575 commit 2c7b3d9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/components/views/dialogs/UnknownDeviceDialog.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,16 @@ export default React.createClass({
8282
title='Room contains unknown devices'
8383
>
8484
<div className="mx_Dialog_content">
85-
<h4>This room contains unknown devices which have not been
85+
<h4>This room contains devices which have not been
8686
verified.</h4>
87-
88-
<h4>We strongly recommend you verify them before continuing.</h4>
87+
<p>
88+
This means there is no guarantee that the devices belong
89+
to a valid user of the room.
90+
</p><p>
91+
We recommend you go through the verification process
92+
for each device before continuing, but you can resend
93+
the message without verifying if you prefer.
94+
</p>
8995
<p>Unknown devices:</p>
9096
<UnknownDeviceList devices={this.props.devices} />
9197
</div>

0 commit comments

Comments
 (0)