UnknownDeviceDialog: Reword the warning
This commit is contained in:
parent
60d7575146
commit
2c7b3d9a02
1 changed files with 9 additions and 3 deletions
|
@ -82,10 +82,16 @@ export default React.createClass({
|
||||||
title='Room contains unknown devices'
|
title='Room contains unknown devices'
|
||||||
>
|
>
|
||||||
<div className="mx_Dialog_content">
|
<div className="mx_Dialog_content">
|
||||||
<h4>This room contains unknown devices which have not been
|
<h4>This room contains devices which have not been
|
||||||
verified.</h4>
|
verified.</h4>
|
||||||
|
<p>
|
||||||
<h4>We strongly recommend you verify them before continuing.</h4>
|
This means there is no guarantee that the devices belong
|
||||||
|
to a valid user of the room.
|
||||||
|
</p><p>
|
||||||
|
We recommend you go through the verification process
|
||||||
|
for each device before continuing, but you can resend
|
||||||
|
the message without verifying if you prefer.
|
||||||
|
</p>
|
||||||
<p>Unknown devices:</p>
|
<p>Unknown devices:</p>
|
||||||
<UnknownDeviceList devices={this.props.devices} />
|
<UnknownDeviceList devices={this.props.devices} />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue