You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
UnknownDeviceDialog: Reword the warning
This commit is contained in:
@@ -82,10 +82,16 @@ export default React.createClass({
|
||||
title='Room contains unknown devices'
|
||||
>
|
||||
<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>
|
||||
|
||||
<h4>We strongly recommend you verify them before continuing.</h4>
|
||||
<p>
|
||||
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>
|
||||
<UnknownDeviceList devices={this.props.devices} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user