mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove "new" from set password dialog
This commit is contained in:
parent
6c1b6f0476
commit
790fc7ca4a
@ -69,7 +69,7 @@ export default React.createClass({
|
|||||||
return (
|
return (
|
||||||
<BaseDialog className="mx_SetPasswordDialog"
|
<BaseDialog className="mx_SetPasswordDialog"
|
||||||
onFinished={this.props.onFinished}
|
onFinished={this.props.onFinished}
|
||||||
title="You have successfully set a new password!"
|
title="You have successfully set a password!"
|
||||||
>
|
>
|
||||||
<div className="mx_Dialog_content">
|
<div className="mx_Dialog_content">
|
||||||
<p>
|
<p>
|
||||||
@ -92,7 +92,7 @@ export default React.createClass({
|
|||||||
return (
|
return (
|
||||||
<BaseDialog className="mx_SetPasswordDialog"
|
<BaseDialog className="mx_SetPasswordDialog"
|
||||||
onFinished={this.props.onFinished}
|
onFinished={this.props.onFinished}
|
||||||
title="Please set a new password!"
|
title="Please set a password!"
|
||||||
>
|
>
|
||||||
<div className="mx_Dialog_content">
|
<div className="mx_Dialog_content">
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user