mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-02 16:25:56 +03:00
use new sign-in string
This commit is contained in:
parent
b411c8f97e
commit
6a225d1ac2
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class PasswordLogin extends React.Component {
|
|||
<div>
|
||||
<form onSubmit={this.onSubmitForm}>
|
||||
<div className="mx_Login_type_container">
|
||||
<label className="mx_Login_type_label">{ _t('I want to sign in with') }</label>
|
||||
<label className="mx_Login_type_label">{ _t('Sign in with') }</label>
|
||||
<Dropdown
|
||||
className="mx_Login_type_dropdown"
|
||||
value={this.state.loginType}
|
||||
|
|
Loading…
Reference in a new issue