You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-16 06:42:26 +03:00
fix copyright & always show gemini
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright 2015, 2016 OpenMarket Ltd
|
Copyright 2017 Vector Creations Ltd
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
@@ -82,7 +82,7 @@ export default React.createClass({
|
|||||||
onFinished={this.props.onFinished}
|
onFinished={this.props.onFinished}
|
||||||
title='Room contains unknown devices'
|
title='Room contains unknown devices'
|
||||||
>
|
>
|
||||||
<GeminiScrollbar autoshow={true} className="mx_Dialog_content">
|
<GeminiScrollbar autoshow={false} className="mx_Dialog_content">
|
||||||
<h4>This room contains devices which have not been
|
<h4>This room contains devices which have not been
|
||||||
verified.</h4>
|
verified.</h4>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user