s/block/blacklist for e2e
Fixes https://github.com/vector-im/vector-web/issues/2315
This commit is contained in:
parent
1a4163747e
commit
c7fb83ed2d
3 changed files with 17 additions and 17 deletions
|
@ -24,8 +24,8 @@ export default class MemberDeviceInfo extends React.Component {
|
|||
|
||||
if (this.props.device.isBlocked()) {
|
||||
indicator = (
|
||||
<div className="mx_MemberDeviceInfo_blocked">
|
||||
<img src="img/e2e-blocked.svg" width="12" height="12" style={{ marginLeft: "-1px" }} alt="Blocked"/>
|
||||
<div className="mx_MemberDeviceInfo_blacklisted">
|
||||
<img src="img/e2e-blocked.svg" width="12" height="12" style={{ marginLeft: "-1px" }} alt="Blacklisted"/>
|
||||
</div>
|
||||
);
|
||||
} else if (this.props.device.isVerified()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue