Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6a225d1

Browse files
committed
use new sign-in string
1 parent b411c8f commit 6a225d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/login/PasswordLogin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class PasswordLogin extends React.Component {
182182
<div>
183183
<form onSubmit={this.onSubmitForm}>
184184
<div className="mx_Login_type_container">
185-
<label className="mx_Login_type_label">{ _t('I want to sign in with') }</label>
185+
<label className="mx_Login_type_label">{ _t('Sign in with') }</label>
186186
<Dropdown
187187
className="mx_Login_type_dropdown"
188188
value={this.state.loginType}

0 commit comments

Comments
 (0)